-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: Move SDK perfromance docs to platforms #2175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sentry/sentry-docs/roiqpn38q/sentry.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Next, initialize the integration in your call to `Sentry.init`: | ||
|
||
```js | ||
```javascript {tabTitle: CDN} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this PR (#2160) , the CDN pieces moved into their own page (https://docs.sentry.io/platforms/javascript/configuration/install-cdn) based on feedback on the JS Getting Started content.
@@ -296,3 +288,8 @@ span.setData("parameters", parameters); | |||
span.setData("user_id", parameters.user_id); | |||
http.get(`${base_url}/${endpoint}/`, (data = parameters)); | |||
``` | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've removed the Next Steps links that are hand managed in the SDK content - the goal will be to replace them with something that's auto-generated.
23fcdc1
to
6e91a27
Compare
This basically moves the performance Getting started into SDK platforms.
Supersedes:
#2121
#2133