Skip to content

Commit 40878e3

Browse files
committed
.
1 parent 131f61c commit 40878e3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sentry_sdk/consts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,8 +878,6 @@ class SPANSTATUS:
878878
UNIMPLEMENTED = "unimplemented"
879879
UNKNOWN_ERROR = "unknown_error"
880880

881-
ERROR = "error" # span-first specific
882-
883881

884882
class OP:
885883
ANTHROPIC_MESSAGES_CREATE = "ai.messages.create.anthropic"

sentry_sdk/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ def calculate_interest_rate(amount, rate, years):
14271427
return decorator
14281428

14291429

1430-
def streamind_trace(
1430+
def streaming_trace(
14311431
func: "Optional[Callable[P, R]]" = None,
14321432
*,
14331433
name: "Optional[str]" = None,

0 commit comments

Comments
 (0)