Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

chore: move disabling of debug-images into code #549

Merged
merged 2 commits into from
May 9, 2023
Merged

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented May 5, 2023

References

GitHub: sentry-rust#574

Description

so we can keep the crate's default-features in Cargo.toml

(follow up to 976da76, thanks JR)

PR Review Checklist

Put an x in the boxes that apply

  • This PR conforms to the Contribution Guidelines
  • This PR conforms to the Opsec policies
  • Functional and performance test coverage has been expanded and maintained
  • Documentation has been updated
  • The PR title starts with the JIRA issue reference, format [DISCO-####], and has the same title

so we can keep the crate's default-features in Cargo.toml

(follow up to 976da76, thanks JR)
@pjenvey pjenvey requested a review from a team as a code owner May 5, 2023 20:09
*/
// Disable debug-images: it conflicts w/ our debug = 1 rustc build option:
// https://github.com/getsentry/sentry-rust/issues/574
let mut opts = sentry::apply_defaults(sentry::ClientOptions {
Copy link
Member

Choose a reason for hiding this comment

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

bleh.

I get it, and 👍🏻, but bleh.

(this seems like it really should be something configurable in the collector.)

Copy link
Member Author

Choose a reason for hiding this comment

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

indeed 😃

@pjenvey pjenvey merged commit 64e5e03 into main May 9, 2023
@pjenvey pjenvey deleted the chore/sentry-rust2 branch May 9, 2023 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants