Skip to content

Commit b3cbb22

Browse files
committed
Add configure notes
1 parent f1b5467 commit b3cbb22

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,12 @@ class AppKernel extends Kernel
4343
// ...
4444
}
4545
```
46+
47+
### Step 3: Configure the SDK
48+
49+
Add your DSN to ``app/config/config.yml``:
50+
51+
.. code-block:: yaml
52+
53+
sentry:
54+
dsn: "https://public:[email protected]/1"

0 commit comments

Comments
 (0)