Skip to content

Commit 5aa8ced

Browse files
fix(relay): Update projects.mdx (#14606)
- Remove reference to the no longer needed `slug` - Replace the hard-coded private DSN keys with the new dropdown (that is already used elsewhere).
1 parent 73bf802 commit 5aa8ced

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

docs/product/relay/projects.mdx

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ fields. The minimal configuration **must** contain the following fields:
2727

2828
```json
2929
{
30-
"slug": "my-project",
3130
"publicKeys": [
3231
{
33-
"publicKey": "<DSN_KEY>",
32+
"publicKey": "___PUBLIC_KEY___",
3433
"isEnabled": true
3534
}
3635
],
@@ -40,25 +39,8 @@ fields. The minimal configuration **must** contain the following fields:
4039
}
4140
```
4241

43-
<Alert level="warning" title="Public Key">
44-
45-
The public key (`<DSN_KEY>`) is the key of the project's DSN and is unrelated to the Relay public key used for Relay registration.
46-
47-
</Alert>
48-
4942
## Basic Options
5043

51-
`slug`
52-
53-
The short name of the project, displayed in Sentry. This value is currently
54-
required for Relay to accept events.
55-
56-
```json
57-
{
58-
"slug": "my-project"
59-
}
60-
```
61-
6244
`disabled`
6345

6446
Whether the project is disabled. If set to `true`, the Relay will drop all
@@ -79,7 +61,7 @@ that key should be accepted.
7961
{
8062
"publicKeys": [
8163
{
82-
"publicKey": "12345abcdb1e4c123490ecec89c1f199",
64+
"publicKey": "___PUBLIC_KEY___",
8365
"isEnabled": true
8466
}
8567
]

0 commit comments

Comments
 (0)