Using a patched version of stimulsoft nuget package
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user