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
Copy file name to clipboardexpand all lines: src/docs/contributing/pages/index.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Documentation is written in Markdown (via Remark) and MDX.
14
14
15
15
MDX has its flaws. When rendering components, any text inside of them is treated as raw text (_not_ markdown). To work around this you can use the `` tag, but it also has its issues. Generally speaking, put an empty line after the opening tag, and before the closing tag.
To allow access to source maps with Apache you can use this example. It can either go into your _.htaccess_ or global config. This example assumes your source maps live in `/static/dist`:
Copy file name to clipboardexpand all lines: src/platform-includes/session-replay/install/javascript.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
The Replay integration is **already included** in your browser or framework SDK NPM packages. If you're using CDN bundles instead of NPM packages, you need to load the Replay integration CDN bundle in addition to your browser bundle:
2
2
3
-
```bash {tabTitle: NPM}
3
+
```bash {tabTitle: npm}
4
4
# Make sure to have @sentry/browser or a Framework SDK (e.g. @sentry/react) installed
0 commit comments