We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33473b8 commit 9659e4fCopy full SHA for 9659e4f
1 file changed
README.md
@@ -15,7 +15,7 @@ This is the next line of the Python SDK for [Sentry](http://sentry.io/), intende
15
```python
16
from sentry_sdk import init, capture_message
17
18
-init("mydsn@sentry.io/123")
+init("https://mydsn@sentry.io/123")
19
20
capture_message("Hello World") # Will create an event.
21
0 commit comments