Skip to content

Conversation

@antonpirker
Copy link
Contributor

@antonpirker antonpirker commented Jun 13, 2025

DESCRIBE YOUR PR

Documentation how to manually instrument your AI Agent so the data shows up in the new "Agents Insights Module".

Preview:
https://sentry-docs-git-antonpirker-agents-module-custom-instrumenation.sentry.dev/python/tracing/instrumentation/custom-instrumentation/agents-module/#common-span-attributes

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

LEGAL BOILERPLATE

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

EXTRA RESOURCES

@vercel
Copy link

vercel bot commented Jun 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ❌ Failed (Inspect) Jun 24, 2025 2:49pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
develop-docs ⬜️ Ignored (Inspect) Visit Preview Jun 24, 2025 2:49pm

@antonpirker antonpirker changed the title First version of custom agents instrumentation docs. Custom Agents Insights Module Instrumentation Jun 13, 2025
@codecov
Copy link

codecov bot commented Jun 13, 2025

Bundle Report

Changes will decrease total bundle size by 1.13MB (-5.33%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server-cjs 9.95MB -971.93kB (-8.9%) ⬇️
sentry-docs-edge-server-array-push 218.13kB -153.38kB (-41.29%) ⬇️
sentry-docs-client-array-push 9.8MB -2 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.64MB -0.0%
9523.js -3 bytes 949.31kB -0.0%
../app/[[...path]]/page.js 2 bytes 591.3kB 0.0%
../app/[[...path]]/page.js.nft.json 101 bytes 401.89kB 0.03%
../app/platform-redirect/page.js.nft.json 101 bytes 401.81kB 0.03%
../app/sitemap.xml/route.js.nft.json 101 bytes 399.78kB 0.03%
../instrumentation.js -972.23kB 1.14kB -99.88%

Files in ../instrumentation.js:

  • ./src/instrumentation.ts → Total Size: 1.42kB

App Routes Affected:

App Route Size Change Total Size Change (%)
/[[...path]] 2 bytes 3.14MB 0.0%
view changes for bundle: sentry-docs-edge-server-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
edge-instrumentation.js -153.38kB 1.18kB -99.24%

Files in edge-instrumentation.js:

  • ./src/instrumentation.ts → Total Size: 1.42kB
view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 873.24kB -0.0%
static/chunks/7750-*.js -3 bytes 415.85kB -0.0%
server/app/api/ip-*.js 1 bytes 259.13kB 0.0%
server/app/_not-*.js 1 bytes 259.12kB 0.0%
server/app/[[...path]]/page_client-*.js 1 bytes 259.08kB 0.0%
server/app/platform-*.js 1 bytes 244.62kB 0.0%
static/qg9ZxAl3xit2k_iXvbcce/_buildManifest.js (New) 684 bytes 684 bytes 100.0% 🚀
static/qg9ZxAl3xit2k_iXvbcce/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/ogt86c16VlWCwLX7FKJW2/_buildManifest.js (Deleted) -684 bytes 0 bytes -100.0% 🗑️
static/ogt86c16VlWCwLX7FKJW2/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️

tustanivsky and others added 23 commits June 24, 2025 14:23
This PR adds docs for the new event class API that allows get/set its
fingerprint. Corresponding changes were introduced to Unreal SDK in
scope of getsentry/sentry-unreal#920.

Closes #13733

---------

Co-authored-by: Shannon Anahata <[email protected]>
Co-authored-by: openapi-getsentry-bot <[email protected]>
Co-authored-by: Cursor Agent <[email protected]>
Adds an example to better visualise the behaviour of the deep wildcard
selector (`**`) if used in a sub-path.

closes RELAY-15
Closes getsentry/sentry-dart#2782

Should only be merged once Flutter v9 is GA
<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->

## DESCRIBE YOUR PR

Adds docs for Flutter Feature Flag implementation, which will be
available in the upcoming v9 release.

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)


## EXTRA RESOURCES

- [ [Flutter] Feature Flags
Reporting](getsentry/sentry-dart#2746)

---------

Co-authored-by: Giancarlo Buenaflor <[email protected]>
Co-authored-by: Michelle Zhang <[email protected]>
Closes getsentry/sentry-dart#2702

Do not merge until Flutter v9 is GA

---------

Co-authored-by: Alex Krawiec <[email protected]>
Co-authored-by: Giancarlo Buenaflor <[email protected]>
…#13982)

Makes it clearer how to set up to get additional data such as network
details and how to use it with third party widgets

---------

Co-authored-by: Jasmin <[email protected]>
ref convos in getsentry/relay#4689

The `attributes` section in `develop-docs/sdk/telemetry/logs.mdx` was
updated to clarify handling of 64-bit unsigned integers.

* Initially, the text "In the future we will support 64-bit unsigned
integers." was replaced with "For 64-bit unsigned integers, use the
`string` type to avoid overflow issues."
* This change was made to provide immediate guidance based on internal
discussions, recommending `string` conversion to prevent data loss or
precision issues.
* Subsequently, the documentation was further refined to include both
the current guidance and the future roadmap.
* The line now reads: "For 64-bit unsigned integers, use the `string`
type to avoid overflow issues. In the future we will support 64-bit
unsigned integers."
* This ensures SDK developers and third-party integration authors have
clear instructions for current implementation while also being aware of
planned native support.

---------

Co-authored-by: Cursor Agent <[email protected]>
…ns (#13943)

adds documentation for new options available in
`browserTracingIntegration`:

- `ignorePerformanceApiSpans`
- `ignoreResourceSpans`
- `onRequestSpanStart` (this has been around for some time but we never
documented it, oops)

Furthermore, I decided to give this page a little face lift by using the
`<SdkOption>` component for a unified appearance of options. This also
included adding a table row for "Available Since" to the `<SdkOption>`
component, since a lot of these option descriptions previously used
texts or alerts to specify the min SDK version.

Also made some minor adjustments to outdated documentation on related
pages.
Co-authored-by: openapi-getsentry-bot <[email protected]>
Documentation for .NET profiling support was updated to reflect
compatibility with .NET 8.0+ only, addressing observed compilation
issues on .NET 6.0.

Specific changes include:
* In `docs/platforms/dotnet/common/profiling/index.mdx`, the alert
message was updated to state profiling is "available in _Alpha_ on .NET
8.0+".
* `docs/platforms/dotnet/common/profiling/troubleshooting/index.mdx` now
specifies support for ".NET 8.0+" instead of ".NET 6.0, .NET 7.0 and
.NET 8.0".
* The profiling onboarding alert in `docs/platforms/dotnet/index.mdx`
was changed to "available in Alpha on .NET 8.0 and newer".
* The JSON alert message in
`public/_platforms/dotnet/profiling-onboarding-0-alert.json` was updated
from "for .NET 6.0+" to "for .NET 8.0+".

These updates ensure the documentation accurately reflects the required
.NET version for profiling, preventing future compatibility issues.

Co-authored-by: Cursor Agent <[email protected]>
<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->

[Latest Vercel
Preview](https://sentry-docs-git-joshua-nativebeforesenddocs.sentry.dev/platforms/native/configuration/filtering/#event-hints)

## DESCRIBE YOUR PR
Fixes getsentry/sentry-native#1268

We fix some ancient docs which wrongly state that `before_send` uses the
`hint` parameter in the Native SDK, by cleaning up the unnecessary
'Event Hints' section.

We move the example snippet into the corresponding `before_send` and
`on_crash` sections, better showcasing how to use the passed-in values.

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)
This PR moves the detailed description of all Sentry Unreal Engine SDK
installation options to a dedicated `Installation Methods` page. This
simplifies the landing page and lets us clearly highlight the
recommended installation method which is downloading the SDK from the
GitHub Releases page.
<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->

## DESCRIBE YOUR PR

Adds documentation for Native SDK PR
- getsentry/sentry-native#1266

> Platforms / Native / Enriching Events / Attachments

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [x] Checked Vercel preview for correctness, including links
- [x] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)

## LEGAL BOILERPLATE

<!-- Sentry employees and contractors can delete or ignore this section.
-->

Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.

## EXTRA RESOURCES

- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
obostjancic and others added 8 commits June 24, 2025 14:23
## DESCRIBE YOUR PR
We're updating Seer's default settings in Sentry. This updates the docs
to reflect that change.

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [x] Urgent deadline (GA date, etc.): 6/20
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [ ] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)

---------

Co-authored-by: Shannon Anahata <[email protected]>
…#14118)

Was using these docs and noticed the outdated usages of `yarn`. Updated
to use the working `pnpm` usages
## DESCRIBE YOUR PR
For the Sentry Prevent AI beta releasing in June

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [ ] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)

---------

Co-authored-by: Shannon Anahata <[email protected]>
Markdown table formatting was corrected in
`platform-includes/configuration/integrations/javascript.nestjs.mdx`.
The changes addressed rendering issues caused by misaligned columns and
extra pipe characters.

Specifically:
* The table header separator row was adjusted by removing an extraneous
`| --- |` to align with a 5-column structure.
* The `supabaseIntegration` row was modified to remove an extra, empty
column.
* The checkmark in the `unleashIntegration` row was relocated to the
correct "Additional Context" column, resolving its placement in an
unintended extra column.

These adjustments ensure the table consistently renders with five
columns: "Integration name", "Auto Enabled", "Errors", "Tracing", and
"Additional Context", improving readability and visual alignment.

Co-authored-by: Cursor Agent <[email protected]>
There is no `Hub` anymore, it was deprecated in 2.0.

Direct link to preview:
https://sentry-docs-git-ivana-pythonupdate-draining-page.sentry.dev/platforms/python/configuration/draining/

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [x] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)

## LEGAL BOILERPLATE

<!-- Sentry employees and contractors can delete or ignore this section.
-->

Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.

## EXTRA RESOURCES

- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)

---------

Co-authored-by: Alex Krawiec <[email protected]>
<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->

## DESCRIBE YOUR PR
*Tell us what you're changing and why. If your PR **resolves an issue**,
please link it so it closes automatically.*

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [ ] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)

## LEGAL BOILERPLATE

<!-- Sentry employees and contractors can delete or ignore this section.
-->

Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.

## EXTRA RESOURCES

- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)

---------

Co-authored-by: Lorenzo Cian <[email protected]>
…14087)

## DESCRIBE YOUR PR

EnableInExpoDevelopment looks like it disable sentry on non dev envs.

`__DEV__` is under prod = false which would mean Sentry = disabled or?

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)

## LEGAL BOILERPLATE

<!-- Sentry employees and contractors can delete or ignore this section.
-->

Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.

## EXTRA RESOURCES

- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
@antonpirker
Copy link
Contributor Author

closing in favor of #14133

@github-actions github-actions bot locked and limited conversation to collaborators Jul 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.