Skip to content

Conversation

@jamescrosswell
Copy link
Collaborator

@jamescrosswell jamescrosswell commented Nov 20, 2025

DESCRIBE YOUR PR

Resolves getsentry/sentry-dotnet#4726

See also:

IS YOUR CHANGE URGENT?

  • Other deadline: Can be released any time before the version 6 release

SLA

cc: @Flash0ver

PRE-MERGE CHECKLIST

  • 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

@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
develop-docs Ready Ready Preview Comment Dec 4, 2025 9:46pm
sentry-docs Ready Ready Preview Comment Dec 4, 2025 9:46pm

@codeowner-assignment codeowner-assignment bot requested a review from a team November 20, 2025 02:43
@codecov
Copy link

codecov bot commented Nov 20, 2025

Bundle Report

Changes will increase total bundle size by 409.73kB (1.18%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server-cjs 24.67MB 409.74kB (1.69%) ⬆️
sentry-docs-client-array-push 10.22MB -6 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

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 893.1kB -0.0%
static/chunks/9366-*.js -3 bytes 436.99kB -0.0%
static/pZP6lXKEd1Y3PrPmf5i4E/_buildManifest.js (New) 684 bytes 684 bytes 100.0% 🚀
static/pZP6lXKEd1Y3PrPmf5i4E/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/s-*.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
static/s-*.js (Deleted) -684 bytes 0 bytes -100.0% 🗑️
view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js 39.49kB 5.5MB 0.72%
6529.js 39.48kB 4.92MB 0.81%
../instrumentation.js 39.51kB 4.82MB 0.83%
../app/[[...path]]/page.js.nft.json 97.09kB 1.02MB 10.52% ⚠️
../app/platform-redirect/page.js.nft.json 97.09kB 1.02MB 10.52% ⚠️
../app/sitemap.xml/route.js.nft.json 97.09kB 1.02MB 10.55% ⚠️

Copy link
Member

@Flash0ver Flash0ver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe there is an issue with the 'performance' product button.
See https://github.com/getsentry/sentry-docs/pull/15568/files#r2565809885.

EDIT: Already addressed

// ___PRODUCT_OPTION_START___ performance
.ConfigureServices(services =>
{
services.AddOpenTelemetry().WithTracing(builder =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Do we need to add a PackageReference to OpenTelemetry.Extensions.Hosting to the Install section?

Or at least mention it in a comment?

services.AddOpenTelemetry().WithTracing(builder => // from OpenTelemetry.Extensions.Hosting

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added the OpenTelemetry packages... not the AzureFunctions ones as I think it's implicit folks have those already for an AF application.

@Flash0ver Flash0ver requested a review from a team December 4, 2025 12:01
Comment on lines +22 to +24
dotnet add package Sentry.Extensions.Logging -v {{@inject packages.version('sentry.dotnet.extensions.logging') }}
// ___PRODUCT_OPTION_START___ performance
dotnet add package Sentry.OpenTelemetry -v {{@inject packages.version('sentry.dotnet.opentelemetry') }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This renders fine in the preview. I don't see any reason to change this.

// ___PRODUCT_OPTION_START___ performance
.ConfigureServices(services =>
{
services.AddOpenTelemetry().WithTracing(builder =>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added the OpenTelemetry packages... not the AzureFunctions ones as I think it's implicit folks have those already for an AF application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update the Azure Functions guide in the docs to show the _OpenTelemetry_ replacement

3 participants