Commit a00af6b
authored
build: Update sentry-conventions (#5148)
This updates `sentry-conventions` from
[8cc17b9](getsentry/sentry-conventions@8cc17b9)
to
[7a3f6a2](getsentry/sentry-conventions@7a3f6a2).
As a consequence, the attributes `sentry.observed_timestamp_nanos`,
`sentry.browser.name`, and `sentry.browser.version` are no longer
scrubbed by default scrubbing rules.1 parent 653f9a5 commit a00af6b
File tree
2 files changed
+11
-15
lines changed- relay-conventions
- tests/integration
2 files changed
+11
-15
lines changedSubmodule sentry-conventions updated 56 files
- .craft.yml+4-3
- .github/workflows/build.yml+11-15
- .github/workflows/release.yml+8-16
- CHANGELOG.md+4
- generated/attributes/browser.md+2
- generated/attributes/gen_ai.md+25-12
- generated/attributes/http.md+56-20
- generated/attributes/sentry.md+99
- generated/name/index.md-1
- javascript/sentry-conventions/README.md+7-1
- javascript/sentry-conventions/package.json+5-3
- javascript/sentry-conventions/src/attributes.ts+262-254
- javascript/sentry-conventions/src/index.ts+1-1
- model/attributes/browser/browser__name.json+2-1
- model/attributes/browser/browser__version.json+2-1
- model/attributes/gen_ai/gen_ai__cost__total_tokens.json+10
- model/attributes/gen_ai/gen_ai__usage__total_cost.json+5-1
- model/attributes/http/http__request__connect_start.json+2-2
- model/attributes/http/http__request__connection_end.json+2-2
- model/attributes/http/http__request__domain_lookup_end.json+2-2
- model/attributes/http/http__request__domain_lookup_start.json+2-2
- model/attributes/http/http__request__fetch_start.json+2-2
- model/attributes/http/http__request__redirect_end.json+11
- model/attributes/http/http__request__redirect_start.json+2-2
- model/attributes/http/http__request__request_start.json+2-2
- model/attributes/http/http__request__response_end.json+2-2
- model/attributes/http/http__request__response_start.json+2-2
- model/attributes/http/http__request__secure_connection_start.json+2-2
- model/attributes/http/http__request__time_to_first_byte.json+11
- model/attributes/http/http__request__worker_start.json+11
- model/attributes/sentry/sentry___internal__observed_timestamp_nanos.json+11
- model/attributes/sentry/sentry___internal__segment__contains_gen_ai_spans.json+10
- model/attributes/sentry/sentry__browser__name.json+15
- model/attributes/sentry/sentry__browser__version.json+15
- model/attributes/sentry/sentry__description.json+10
- model/attributes/sentry/sentry__observed_timestamp_nanos.json+15
- model/attributes/sentry/sentry__segment__id.json+2-1
- model/attributes/sentry/sentry__segment_id.json+15
- model/name/graphql.json-1
- package.json+4-7
- python/.python-version+1-1
- python/README.md+7-1
- python/pyproject.toml+8-7
- python/src/sentry_conventions/__init__.py+5
- python/src/sentry_conventions/attributes.py+6.6k
- python/src/sentry_conventions/py.typed
- python/tests/test_imports.py+8
- python/tests/test_smoke.py+42
- python/uv.lock+378-20
- scripts/craft-pre-release.sh+20-1
- scripts/create_attribute.ts+133-28
- scripts/generate_attributes.ts+352-14
- scripts/types.ts+13
- shared/deprecated_attributes.json+74
- test/name.test.ts+13-4
- yarn.lock+224-597
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
495 | | - | |
496 | 494 | | |
497 | 495 | | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | 496 | | |
502 | 497 | | |
503 | 498 | | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
| 499 | + | |
508 | 500 | | |
509 | 501 | | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | 502 | | |
514 | | - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
515 | 511 | | |
516 | 512 | | |
517 | | - | |
| 513 | + | |
518 | 514 | | |
519 | 515 | | |
520 | 516 | | |
| |||
0 commit comments