docs(tower): Mention how to enable http feature from sentry crate#622
Merged
Swatinem merged 1 commit intogetsentry:masterfrom Oct 25, 2023
Merged
docs(tower): Mention how to enable http feature from sentry crate#622Swatinem merged 1 commit intogetsentry:masterfrom
Swatinem merged 1 commit intogetsentry:masterfrom
Conversation
It is common to have this integration pulled in via the tower feature of the sentry crate. In this case it is convenient to know about the shortcut of the tower-http feature instead of having to add a direct dependency to sentry-tower.
Contributor
Author
|
See #623 for the CI failure, that's not caused by this PR. |
Swatinem
approved these changes
Oct 25, 2023
jan-auer
added a commit
that referenced
this pull request
Dec 11, 2023
* master: tracing: send spans' attributes along with the event ones (#629) release: 0.32.0 Update crate dependencies (#628) feat: bump http to 1.0.0 (#627) release: 0.31.8 MonitorSchedule constructor that validates crontab syntax (#625) fix(docs): Fix some doc errors that slipped in (#623) docs(tower): Mention how to enable http feature from sentry crate (#622) build(deps): bump rustix from 0.37.23 to 0.37.25 (#619)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It is common to have this integration pulled in via the tower feature of the sentry crate. In this case it is convenient to know about the shortcut of the tower-http feature instead of having to add a direct dependency to sentry-tower.