Skip to content

Commit 2744eeb

Browse files
authored
Update .cursor/BUGBOT.md
1 parent 6031707 commit 2744eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cursor/BUGBOT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Do not flag the issues below if they appear in tests.
3232

3333
- When calling any `startSpan` API (`startInactiveSpan`, `startSpanManual`, etc), always ensure that the following span attributes are set:
3434
- `SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN` (`'sentry.origin'`) with a proper span origin
35-
- a proper origin must only contain [a-z], [A-Z], [0-9] and `_` characters.
35+
- a proper origin must only contain [a-z], [A-Z], [0-9], `_` and `.` characters.
3636
- flag any non-conforming origin values as invalid and link to the trace origin specification (https://develop.sentry.dev/sdk/telemetry/traces/trace-origin/)
3737
- `SEMANTIC_ATTRIBUTE_SENTRY_OP` (`'sentry.op'`) with a proper span op
3838
- Span ops should be lower case only, and use snake_case. The `.` character is used to delimit op parts.

0 commit comments

Comments
 (0)