Skip to content

Commit

Permalink
Wrapped Key with square brackets (#7797)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakedhagag committed Sep 13, 2023
1 parent 9949cf4 commit 6d80c99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ init({
if (routeTo.length) {
event.extra = {
...event.extra,
EXTRA_KEY: routeTo,
[EXTRA_KEY]: routeTo,
};
}
}
Expand Down

1 comment on commit 6d80c99

@vercel
Copy link

@vercel vercel bot commented on 6d80c99 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs-git-master.sentry.dev
docs.sentry.io
sentry-docs.sentry.dev

Please sign in to comment.