Skip to content

Commit de5e1b5

Browse files
committed
Merge branch 'feat/session-type-unhandled' of https://github.com/getsentry/sentry-dotnet into feat/session-type-unhandled
2 parents f44a687 + 54d3b2f commit de5e1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/SentryOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ internal IEnumerable<ISdkIntegration> Integrations
223223
}
224224
}
225225
}
226-
226+
227227
internal List<IExceptionFilter>? ExceptionFilters { get; set; } = new();
228228

229229
/// <summary>

0 commit comments

Comments
 (0)