Skip to content

Commit c12eb93

Browse files
committed
docs: correct comment
1 parent 02440e7 commit c12eb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm/src/sentry_gauge.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ where
248248
.user_id
249249
.to_string();
250250

251-
// Configure the sentry scope to report the user ID and sentry config (if present)
251+
// Configure the sentry scope to report the user ID and addon info
252252
sentry::configure_scope(|scope| {
253253
scope.set_user(Some(sentry::User {
254254
id: Some(user_id),

0 commit comments

Comments
 (0)