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 306af92 commit fab9e13Copy full SHA for fab9e13
platform-includes/configuration/before-send/dart.mdx
@@ -1,7 +1,7 @@
1
```dart {3}
2
await Sentry.init((options) {
3
options.beforeSend = (event, hint) {
4
- return event.copyWith(serverName: null); // Don't send server names.
+ return event.copyWith(serverName: ""); // Don't send server names.
5
};
6
});
7
```
platform-includes/configuration/before-send/flutter.mdx
await SentryFlutter.init((options) {
0 commit comments