Skip to content

Commit 9659e4f

Browse files
committed
fix: Fix sample dsn
1 parent 33473b8 commit 9659e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is the next line of the Python SDK for [Sentry](http://sentry.io/), intende
1515
```python
1616
from sentry_sdk import init, capture_message
1717

18-
init("mydsn@sentry.io/123")
18+
init("https://mydsn@sentry.io/123")
1919

2020
capture_message("Hello World") # Will create an event.
2121

0 commit comments

Comments
 (0)