Uh oh!
There was an error while loading. Please reload this page.
Update docs to use Hint object - #5062
Merged
Merged
Conversation
adinauer
requested review from
a team, bruno-garcia and marandaneto
as code ownersMay 23, 2022 11:48
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
adinauer
commented
May 23, 2022
Uh oh!
There was an error while loading. Please reload this page.
adinauer
commented
May 23, 2022
MemberAuthor
Do we also need docs for manipulating attachments via hints? If so where do we put them? |
marandaneto
marked this pull request as draft
May 23, 2022 14:28
marandaneto
commented
May 23, 2022
Contributor
We should not merge this before 6.x going GA. |
marandaneto
commented
May 23, 2022
Contributor
https://docs.sentry.io/platforms/android/enriching-events/attachments/ Could be one of them |
Uh oh!
There was an error while loading. Please reload this page.
marandaneto
approved these changes
Jun 9, 2022
marandaneto
marked this pull request as ready for review
June 9, 2022 09:11
marandaneto
commented
Jun 9, 2022
Contributor
@adinauer this can also be merged since its GA. |
adinauer
commented
Jun 9, 2022
MemberAuthor
I need to update imports as the package for |
* Document how to manipulate attachments via hints * Apply suggestions from code review Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update src/includes/enriching-events/add-attachment/java.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* bump to 7.0 beta 2 * update yarn.lock
* restructured page * restructured page * restructured enable suspect commits page * fixes to improve flow * fixing typo and clarifying language * wording fixes
Reduce the complexity of the code sample for manually adding spans to user interaction transacrtions. Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
* improved native support docs * Update src/includes/getting-started-primer/unity.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update src/platforms/unity/native-support/index.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update src/platforms/unity/native-support/index.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update src/platforms/unity/native-support/index.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update src/platforms/unity/native-support/index.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update src/platforms/unity/native-support/index.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
Inbound data filters are applied to all events, including transactions. See [envelope filtering](https://github.com/getsentry/relay/blob/7c6b308bbf04e63e8e0b456489da1ddc320e2e6a/relay-server/src/actors/envelopes.rs#L1603) and the [should_filter check](https://github.com/getsentry/relay/blob/7c6b308bbf04e63e8e0b456489da1ddc320e2e6a/relay-filter/src/lib.rs#L38-L60) in relay.
- this is so the script can be run on MacOS where the date function is slightly different
Bump the SENTRY_API_SCHEMA_SHA with latest changes
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
Documentation for the Releases widget in Dashboard
* added inbound filters to transaction quota mgmt, removed beforeSend, and fixed inbound filter reference on quotas index page * fixed typo
* feat(alerts): Alert wizard v3 alert config docs * addressing comments updating screenshots * update screenshot * review 2 * reverting an accidental change Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Update docs to reflect getsentry/sentry-java#2045