Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.3.1
Choose a base ref
...
head repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.4.0
Choose a head ref
  • 11 commits
  • 76 files changed
  • 8 contributors

Commits on Aug 3, 2022

  1. Merge branch 'release/6.3.1'

    getsentry-bot committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    eba572a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Add profilesSampleRate and profileSampler for Android sdk (#2184)

    * added profilesSampleRate and profilesSampler options
    * deprecated SentryOptions.setProfilingEnabled()
    * updated internal code and unit tests to change from SentryOptions.setProfilingEnabled() to SentryOptions.setProfilesSampleRate()
    * Add profiling activity to Android sample app (#2192)
    * added profiling activity to the sample app, with possibility to set time and number of background threads to get an idea of size of: profiling trace file, envelope item and compressed envelope item
    * enabled profiling in the sample app
    
    Co-authored-by: Bruno Garcia <[email protected]>
    stefanosiano and bruno-garcia authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    24d5c4f View commit details
    Browse the repository at this point in the history
  2. added cpu architecture and default environment in profiles envelope (#…

    …2207)
    
    * added cpu architecture in profiles envelope payload
    * profiles environment defaults to "production"
    stefanosiano authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    fc6c136 View commit details
    Browse the repository at this point in the history
  3. Send source for transactions (#2180)

    Co-authored-by: Sentry Github Bot <[email protected]>
    adinauer and getsentry-bot authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    14ec39d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba925d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. make profiling rate defaults to 101 hz (#2211)

    deprecated profilingTracesIntervalMillis option
    added internal profilingTracesHz option
    default profilingTracesHz is now 101, to avoid lockstep sampling
    stefanosiano authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    7dd32c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Aug 17, 2022

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

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    0cd2d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2afa3b View commit details
    Browse the repository at this point in the history
  3. release: 6.4.0

    getsentry-bot committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    55060b5 View commit details
    Browse the repository at this point in the history
Loading