Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support server.address for traced incoming HTTP requests #958

Open
oprypkhantc opened this issue Dec 10, 2024 · 1 comment
Open

Support server.address for traced incoming HTTP requests #958

oprypkhantc opened this issue Dec 10, 2024 · 1 comment

Comments

@oprypkhantc
Copy link

Problem Statement

Hey.

Currently request host (domain) is not sent to Sentry. For apps that use subdomains or multi-tenancy apps, this is needed to differentiate between requests that look alike but are actually different endpoints (based on the host).

Solution Brainstorm

It seems that Sentry supports sending this as part of transaction data: https://develop.sentry.dev/sdk/telemetry/traces/span-data-conventions/#http

@stayallive
Copy link
Collaborator

stayallive commented Dec 11, 2024

Are you talking about transactions generated by your application or instrumented http requests?

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

No branches or pull requests

3 participants