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 02440e7 commit c12eb93Copy full SHA for c12eb93
src/wasm/src/sentry_gauge.rs
@@ -248,7 +248,7 @@ where
248
.user_id
249
.to_string();
250
251
- // Configure the sentry scope to report the user ID and sentry config (if present)
+ // Configure the sentry scope to report the user ID and addon info
252
sentry::configure_scope(|scope| {
253
scope.set_user(Some(sentry::User {
254
id: Some(user_id),
0 commit comments