Skip to content

Commit 87c611a

Browse files
committed
add contribution docs
1 parent c81a387 commit 87c611a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)