Skip to content

Commit 27f2692

Browse files
committed
fix Sentry
1 parent 94bbb0c commit 27f2692

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/NuGetTrends.Api/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ private static readonly string Environment
2020
.AddEnvironmentVariables()
2121
.Build();
2222

23-
2423
public static int Main(string[] args)
2524
{
2625
if (Environment != "Production")

src/NuGetTrends.Api/appsettings.Production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"": {
2+
"Sentry": {
33
"Dsn": "https://[email protected]/1266317",
44
"AttachStackTrace": true, // Send stack trace of log messages (without exception)
55
"Debug": true,

src/NuGetTrends.Api/appsettings.Staging.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"": {
2+
"Sentry": {
33
"Dsn": "https://[email protected]/1266317",
44
"AttachStackTrace": true, // Send stack trace of log messages (without exception)
55
"Debug": true,

0 commit comments

Comments
 (0)