Skip to content
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 scopes documentation for Java and Android #4747

Merged
merged 19 commits into from
Apr 27, 2022

Commits on Feb 19, 2022

  1. Improve clarity for Local Scopes documentation

    I stumbled across the Local Scopes documentation while looking for information on the Kotlin extensions and thought I could make it a bit more clear. I also made mentioning that exceptions and errors thrown within `with-scope` an alert as I found that to be very surprising and unexpected, particularly as that seems like different behavior from `configure-scope`.
    designedbyz committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    1bb105b View commit details
    Browse the repository at this point in the history
  2. Mention Kotlin Extensions in Android setup

    Not using a `SentryContext` when working with Sentry in a coroutine _may_ have been the cause of a bug I dealt with at work recently. Since lots of Android apps use Kotlin now, the Sentry Kotlin Extensions should be called out in the setup guides.
    designedbyz committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    2621110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    512c9e3 View commit details
    Browse the repository at this point in the history
  4. Hide local scopes from Android, show Kotlin

    Local scopes are not supported on Android, but the documentation for them still shows up anyways. Conversely, information about the Kotlin extensions is missing, but many Android apps make heavy use of Kotlin and Coroutines, so this section should be displayed.
    designedbyz committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    4cd11c7 View commit details
    Browse the repository at this point in the history
  5. Extract scope synchronization from configure scope include

    The android specific scope synchronization block was right after
    the code block that demonstrated setting a user, and before the
    code block that unsets a user. This made reading the documentation
    confusing, so I extracted a new included page and added a new
    platform section that only supports android to hold it.
    designedbyz committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    85df56d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. trigger build

    imatwawana committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    52945f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    1d1fbe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    014eaa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70231d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    59072db View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Update src/platforms/common/enriching-events/scopes.mdx

    Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
    marandaneto and imatwawana authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    fb07118 View commit details
    Browse the repository at this point in the history
  2. Update src/platforms/common/enriching-events/scopes.mdx

    Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
    marandaneto and imatwawana authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    74f8aa8 View commit details
    Browse the repository at this point in the history
  3. Update src/platforms/common/enriching-events/scopes.mdx

    Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
    marandaneto and imatwawana authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ba85cae View commit details
    Browse the repository at this point in the history
  4. Update src/platforms/common/enriching-events/scopes.mdx

    Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
    marandaneto and imatwawana authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e146473 View commit details
    Browse the repository at this point in the history
  5. Update src/platforms/common/enriching-events/scopes.mdx

    Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
    marandaneto and imatwawana authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    fb551f7 View commit details
    Browse the repository at this point in the history
  6. Update src/platforms/common/enriching-events/scopes.mdx

    Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
    marandaneto and imatwawana authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    a1d24cf View commit details
    Browse the repository at this point in the history
  7. Update src/includes/getting-started-install/android.mdx

    Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
    marandaneto and imatwawana authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e2de2e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    10b558e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc7165a View commit details
    Browse the repository at this point in the history