You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recommend adjusting the value of `tracesSampleRate` in production. Learn more about configuring sampling in our [full documentation](https://docs.sentry.io/platforms/javascript/configuration/sampling/).
37
37
38
-
This snippet includes an intentional error, so you can test that everything is working as soon as you set it up:
38
+
Then create an intentional error, so you can test that everything is working:
39
39
40
40
```javascript
41
41
myUndefinedFunction();
42
42
```
43
43
44
44
If you're new to Sentry, use the email alert to access your account and complete a product tour.
45
45
46
-
If you're an existing user and have disabled alerts, you won't receive this email.
46
+
If you're an existing user and have disabled alerts, you won't receive this email.
0 commit comments