Using a patched version of stimulsoft nuget package

This commit is contained in:
2026-05-10 16:14:43 +03:30
parent cc1dca84d3
commit 911cf328b2
4 changed files with 15 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ using PdfService;
DotEnv.Load();
Stimulsoft.Base.StiLicense.Key = Environment.GetEnvironmentVariable("STIMULSOFT_LICENSE_KEY");
SentrySdk.Init(options =>
{
options.Dsn = Environment.GetEnvironmentVariable("SENTRY_DSN");