Skip to content

Commit

Permalink
add SentryTower as InApp:true (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Oct 21, 2024
1 parent 52e449f commit 2e6845f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/Assets/Scripts/SentryRuntimeConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2e6845f

Please sign in to comment.