Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename User to SentryUser
  • Loading branch information
ueman committed Mar 15, 2021
commit 4c1380418a44ca9e1fecc6e3d6a49b07b3f5caea
2 changes: 1 addition & 1 deletion src/includes/sensitive-data/set-user/dart.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```dart
import 'package:sentry/sentry.dart';

Sentry.configureScope((scope) => scope.user = User(
Sentry.configureScope((scope) => scope.user = SentryUser(
id: clientUser.id,
username: clientUser.username,
));
Expand Down