diff --git a/game/Assets/Scripts/SentryRuntimeConfiguration.cs b/game/Assets/Scripts/SentryRuntimeConfiguration.cs index 20a3603..8326489 100644 --- a/game/Assets/Scripts/SentryRuntimeConfiguration.cs +++ b/game/Assets/Scripts/SentryRuntimeConfiguration.cs @@ -14,6 +14,7 @@ public override void Configure(SentryUnityOptions options) // Take a look at `SentryBuildTimeOptionsConfiguration` instead. // TODO implement + options.AddInAppIncludeRegex(".*SentryTower.*"); // Sentry marks things started with 'Sentry' as InApp=false options.SetBeforeBreadcrumb((breadcrumb, hint) => { if (breadcrumb.Category == "http")