We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2c108 commit 96d913cCopy full SHA for 96d913c
platform-includes/logs/options/dart.flutter.mdx
@@ -7,7 +7,7 @@ await SentryFlutter.init(
7
(options) {
8
options.dsn = "___PUBLIC_DSN___";
9
options.beforeSendLog = (log) {
10
- if (log.level == SentryLevel.info) {
+ if (log.level == SentryLogLevel.info) {
11
// Filter out all info logs
12
return null;
13
}
platform-includes/logs/options/dart.mdx
@@ -7,7 +7,7 @@ await Sentry.init(
0 commit comments