-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update docs to use Hint object #5062
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/includes/configuration/before-send-fingerprint/java.spring-boot.mdx
Outdated
Show resolved
Hide resolved
Do we also need docs for manipulating attachments via hints? If so where do we put them? |
We should not merge this before 6.x going GA. |
https://docs.sentry.io/platforms/android/enriching-events/attachments/ Could be one of them |
@adinauer this can also be merged since its GA. |
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>
Update docs to reflect getsentry/sentry-java#2045