Uh oh!
There was an error while loading. Please reload this page.
Update Java SDK docs to 3.0 - #2239
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sentry/sentry-docs/6rcol1kr8/sentry.dev |
bruno-garcia
commented
Sep 30, 2020
Maybe worth hidding the generic breadcrumbs doc too: https://sentry-docs-git-fork-maciejwalkowiak-sentry-java-30.sentry.dev/platforms/java/enriching-events/breadcrumbs/ Since Java has its own. Right now 2 breadcrumbs items show on the list |
bruno-garcia
left a comment
There was a problem hiding this comment.
Suggested some improvements.
But it LGTM.
We can merge, release the SDK and iterate improving things.
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
maciejwalkowiak
commented
Sep 30, 2020
| ``` | ||
| ```kotlin {tabTitle:Kotlin} | ||
| import io.sentry.SentryOptions.BeforeBreadcrumbCallback |
There was a problem hiding this comment.
do we need this? its not using it
Uh oh!
There was an error while loading. Please reload this page.
| Option names in the DSN exactly match the examples given below. For example, to enable sampling if you are setting your DSN via the environment: | ||
| ```bash | ||
| SENTRY_DSN={DSN}/1?sample.rate=0.75 java -jar app.jar |
There was a problem hiding this comment.
| SENTRY_DSN={DSN}/1?sample.rate=0.75 java -jar app.jar | |
| SENTRY_DSN=___PUBLIC_DSN___/1?sample.rate=0.75 java -jar app.jar |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
bruno-garcia
commented
Sep 30, 2020
Let's merge and iterate over this?! |
Co-authored-by: Fiona <61481573+PeloWriter@users.noreply.github.com> Co-authored-by: Bruno Garcia <bruno@brunogarcia.com> Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>
Co-authored-by: Fiona <61481573+PeloWriter@users.noreply.github.com> Co-authored-by: Bruno Garcia <bruno@brunogarcia.com> Co-authored-by: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com>

Documentation and guides for Java SDK 3.0