Skip to content

Commit 4761d62

Browse files
ref(platforms): Remove Javascript docs - (#6421)
1 parent 28931c0 commit 4761d62

File tree

2 files changed

+3
-49
lines changed

2 files changed

+3
-49
lines changed

src/wizard/javascript/browser.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/wizard/javascript/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: JavaScript
2+
name: Browser JavaScript
33
doc_link: https://docs.sentry.io/platforms/javascript/
44
support_level: production
55
type: language
@@ -35,12 +35,12 @@ Sentry.init({
3535

3636
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/).
3737

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:
3939

4040
```javascript
4141
myUndefinedFunction();
4242
```
4343

4444
If you're new to Sentry, use the email alert to access your account and complete a product tour.
4545

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

Comments
 (0)