Skip to content

Commit 04e33cf

Browse files
committed
docs: use correct name for type
1 parent 1da8611 commit 04e33cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ breadcrumbs manually:
8383

8484
sentry_sdk.add_breadcrumb(
8585
timestamp=datetime.datetime.now(),
86-
ty="log",
86+
type="log",
8787
level="debug",
8888
# message="hi",
8989
# category="myapp.models",
@@ -93,7 +93,7 @@ You can also pass a callback to `add_breadcrumb` like so:
9393

9494
sentry_sdk.add_breadcrumb(lambda: {
9595
"timestamp": datetime.datetime.now(),
96-
"ty": "log",
96+
"type": "log",
9797
"level": "debug",
9898
# "message": "hi",
9999
# "category": "myapp.models",

0 commit comments

Comments
 (0)