File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ fields. The minimal configuration **must** contain the following fields:
27
27
28
28
``` json
29
29
{
30
- "slug" : " my-project" ,
31
30
"publicKeys" : [
32
31
{
33
- "publicKey" : " <DSN_KEY> " ,
32
+ "publicKey" : " ___PUBLIC_KEY___ " ,
34
33
"isEnabled" : true
35
34
}
36
35
],
@@ -40,25 +39,8 @@ fields. The minimal configuration **must** contain the following fields:
40
39
}
41
40
```
42
41
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
-
49
42
## Basic Options
50
43
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
-
62
44
` disabled `
63
45
64
46
Whether the project is disabled. If set to ` true ` , the Relay will drop all
@@ -79,7 +61,7 @@ that key should be accepted.
79
61
{
80
62
"publicKeys" : [
81
63
{
82
- "publicKey" : " 12345abcdb1e4c123490ecec89c1f199 " ,
64
+ "publicKey" : " ___PUBLIC_KEY___ " ,
83
65
"isEnabled" : true
84
66
}
85
67
]
You can’t perform that action at this time.
0 commit comments