Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion relay-conventions/sentry-conventions
Submodule sentry-conventions updated 40 files
+1 −1 .craft.yml
+5 −2 .git-blame-ignore-revs
+5 −0 .github/PULL_REQUEST_TEMPLATE.md
+3 −3 .github/workflows/build.yml
+3 −3 .github/workflows/codeql-analysis.yml
+2 −2 .github/workflows/docs.yml
+1 −1 .github/workflows/release.yml
+25 −0 .oxfmtrc.jsonc
+10 −0 .oxlintrc.json
+1 −1 .vscode/extensions.json
+3 −3 .vscode/settings.json
+46 −1 CHANGELOG.md
+17 −34 CONTRIBUTING.md
+0 −47 biome.json
+1 −0 docs/README.md
+1 −1 docs/package.json
+2 −2 docs/src/components/SearchModal.svelte
+21 −1 docs/src/content.config.ts
+11 −0 docs/src/layouts/BaseLayout.astro
+1 −0 docs/src/pages/llms.txt.ts
+110 −0 docs/src/pages/ops/index.astro
+3 −3 docs/src/styles/global.css
+31 −0 docs/src/utils/markdown.ts
+1 −1 javascript/sentry-conventions/package.json
+270 −2 javascript/sentry-conventions/src/attributes.ts
+1 −4 javascript/sentry-conventions/src/index.ts
+18 −0 model/attributes/cloudflare/cloudflare__durable_object__query__bindings.json
+18 −0 model/attributes/cloudflare/cloudflare__durable_object__response__rows_read.json
+18 −0 model/attributes/cloudflare/cloudflare__durable_object__response__rows_written.json
+1 −1 model/attributes/db/db__query__summary.json
+18 −0 model/attributes/gen_ai/gen_ai__request__reasoning_effort.json
+24 −0 model/attributes/otel/otel__kind.json
+1 −0 model/attributes/sentry/sentry__kind.json
+22 −0 model/attributes/sentry/sentry__thread__id.json
+18 −0 model/attributes/sentry/sentry__trace_lifecycle.json
+7 −5 package.json
+1 −1 python/pyproject.toml
+211 −2 python/src/sentry_conventions/attributes.py
+1 −1 python/uv.lock
+177 −638 yarn.lock
Loading