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

Add auto-instrumentation for compose navigation #392

Merged
merged 26 commits into from
Nov 8, 2022

Commits on Oct 24, 2022

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

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    bfbb977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e287b18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9df30 View commit details
    Browse the repository at this point in the history
  4. Fix wrong classname for NavHostController

    .compose.NavHostControllerKt contains an extension function for
    .NavHostController class
    markushi committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7119923 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc886ad View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    f13c47c View commit details
    Browse the repository at this point in the history
  2. Fix compose artifact name

    markushi committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1c8646f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41d7e00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47321b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    744bbc8 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    markushi committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    79c4da6 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    8d20d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c263ac4 View commit details
    Browse the repository at this point in the history
  3. Update Changelog

    markushi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f8ccb99 View commit details
    Browse the repository at this point in the history
  4. Push Sentry plugin-build dependency to 6.6.0

    Replace testRuntimeOnly with testImplementationAar as otherwise the
    Gradle sync fails with the following error:
    - Incompatible because this component declares an API of a component,
    with the library elements 'aar' and the consumer needed a runtime of a
    component, packaged as a jar
    markushi committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c1f6de6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cb1eb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    6bc22db View commit details
    Browse the repository at this point in the history
  2. Ensure integrations are only added for supported sentry versions as well

    E.g. the compose integration requires both a specific androidx runtime
    version as well as sentry SDK version
    markushi committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b97da5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1954d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2acf022 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    d02ac26 View commit details
    Browse the repository at this point in the history
  2. Fix Changelog

    markushi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    abe3851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94887e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29bd2d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    708c477 View commit details
    Browse the repository at this point in the history