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

Not getting PII even though send_default_pii is set to true #598

Open
talzion12 opened this issue Jul 12, 2023 · 1 comment
Open

Not getting PII even though send_default_pii is set to true #598

talzion12 opened this issue Jul 12, 2023 · 1 comment

Comments

@talzion12
Copy link

Environment

Rust 1.70.0
Sentry 0.31.5 with tracing feature

Steps to Reproduce

  1. Enable PII by setting send_default_pii: true in the ClientOptions.
  2. Enable Sentry integration for the tracing library.
  3. Send an error using tracing::error!().
  4. Open the issue in the Sentry dashboard and see that there is no IP attached to the issue.

Expected Result

An error is created with the user's IP attached to it.

Actual Result

The error is created but there is no IP in the Sentry dashboard.

Note

I searched the code for the send_default_pii flag and it seems it's only used in the sentry-actix integration.

@loewenheim
Copy link
Contributor

Hi, sorry this took a while. You're right that this flag is only used in sentry-actix by mistake.

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

2 participants