We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81a387 commit 87c611aCopy full SHA for 87c611a
docs/contributing/pages/placeholders.mdx
@@ -0,0 +1,12 @@
1
+---
2
+title: Placeholders
3
+noindex: true
4
5
+
6
7
+The following placeholders are available in code blocks and will be replaced at build time:
8
9
+- `___JS_PACKAGE___`: The current JavaScript package. (e.g. `@sentry/react`)
10
+- `___PUBLIC_DSN___`: The public DSN for a Sentry project. (will display a dropdown of available projects if the user is logged in)
11
12
+All placeholders are wrapped with **three underscores**.
0 commit comments