Skip to content

Commit

Permalink
update default version and report url
Browse files Browse the repository at this point in the history
  • Loading branch information
moonheart committed Oct 5, 2024
1 parent 93062bc commit 5b53d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MementoMori.Maui/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static MauiApp CreateMauiApp()
.UseMauiApp<App>()
.UseSentry(o =>
{
o.Dsn = "https://89589ae6d459add80b04ac7f9069f9ee@sentry.moonheartmoon.com/2";
o.Dsn = "https://89589ae6d459add80b04ac7f9069f9ee@sentry.moonheart.dev/2";
o.TracesSampleRate = 1.0;
o.AutoSessionTracking = true;
o.IsGlobalModeEnabled = true;
Expand Down
2 changes: 1 addition & 1 deletion MementoMori.Maui/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"AuthOption": {
"AuthUrl": null,
"DeviceToken": "",
"AppVersion": "2.18.0",
"AppVersion": "2.23.0",
"OSVersion": "Android OS 13 / API-33 (TKQ1.220829.002/V14.0.12.0.TLACNXM)",
"ModelName": "Xiaomi 2203121C"
},
Expand Down
2 changes: 1 addition & 1 deletion MementoMori.WebUI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static void Main(string[] args)

builder.WebHost.UseSentry(o =>
{
o.Dsn = "https://89589ae6d459add80b04ac7f9069f9ee@sentry.moonheartmoon.com/2";
o.Dsn = "https://89589ae6d459add80b04ac7f9069f9ee@sentry.moonheart.dev/2";
o.TracesSampleRate = 1.0;
o.AutoSessionTracking = true;
o.IsGlobalModeEnabled = true;
Expand Down
2 changes: 1 addition & 1 deletion MementoMori.WebUI/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"AuthOption": {
"ClientKey": "",
"DeviceToken": "",
"AppVersion": "2.18.0",
"AppVersion": "2.23.0",
"OSVersion": "Android OS 13 / API-33 (TKQ1.220829.002/V14.0.12.0.TLACNXM)",
"ModelName": "Xiaomi 2203121C",
"AdverisementId": "",
Expand Down

0 comments on commit 5b53d29

Please sign in to comment.