-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat(js): Update docs for custom integrations #10150
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bundle ReportChanges will decrease total bundle size by 12 bytes ⬇️
|
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.
Great improvement! Should we also document preprocessEvent
and afterAllSetup
?
(doesn't have to happen in this PR! We can also omit it)
I decided to keep it simple for now, not showing preprocessEvent and afterAllSetup because it probably should not be used in user-land (we can always add it later if needed). No strong feelings on this though, also happy to add this too 🤔 |
docs/platforms/javascript/common/configuration/integrations/custom.mdx
Outdated
Show resolved
Hide resolved
I'm personally interested in |
haha, good point - I'll simply add all methods then 👍 |
…stom.mdx Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
Updated this to now document all methods. |
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.
thanks!
--------- Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
--------- Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
This updates the JS custom integration docs to show which APIs we support.