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:
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
6446Whether 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 ]
You can’t perform that action at this time.
0 commit comments