Uh oh!
There was an error while loading. Please reload this page.
feat(javascript): Add documentation for injecting Html <meta> tags - #10926
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will decrease total bundle size by 15 bytes ⬇️
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| <Note> | ||
| This setup is only required if you have a custom SSR or HTML page generation setup. |
There was a problem hiding this comment.
Can we avoid showing this note, and simply only show this whole section for relevant SDKs? So hide it for next, remix etc?
There was a problem hiding this comment.
Yeah let's try this first. We can always expand the allowlist if users are asking for it.
There was a problem hiding this comment.
Ok, updated to notSupported=['browser'] which makes this section also dissappear for meta framework SDKs
Co-authored-by: Liza Mock <liza.mock@sentry.io> Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
Uh oh!
There was an error while loading. Please reload this page.
getMetaTagValues function<meta> tagsI adjusted the PR to accommodate both new functions we created for meta tag injection (see updated description). |
To be merged after getsentry/sentry-javascript#13201 is released.
This PR adds documentation for
getTraceDataintroduced in feat(core): AddgetTraceDatafunction sentry-javascript#13134getTraceMetaTagsintroduced in feat(core): AddgetTraceMetaTagsfunction sentry-javascript#13201which both give users the ability to propagate backend -> frontend traces via
<meta>Html tags.closes#7671