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

Faster ID generation #3818

Merged
merged 36 commits into from
Nov 11, 2024
Merged

Faster ID generation #3818

merged 36 commits into from
Nov 11, 2024

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    22029c1 View commit details
    Browse the repository at this point in the history
  2. add changelog

    lbloder committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f947f82 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    e6df0ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a93fec View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge branch '8.x.x' into feat/lazy-span-id-v8

    # Conflicts:
    #	CHANGELOG.md
    lbloder committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fe8ccb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    28b5bde View commit details
    Browse the repository at this point in the history
  2. fix changelog

    lbloder committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f2fba85 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge branch '8.x.x' into feat/lazy-span-id-v8

    # Conflicts:
    #	CHANGELOG.md
    lbloder committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3e1a32c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    c7ab294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1e66b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76b23c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8599535 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bae1d7 View commit details
    Browse the repository at this point in the history
  6. Format code

    getsentry-bot committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    edba0c7 View commit details
    Browse the repository at this point in the history
  7. Add object comparison to SpanFrameMetricsCollector only check for tim…

    …e difference of .equals if objects are not the same
    lbloder committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c18a74d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/lazy-span-id-v8' of github.com:getsentry/sentry-ja…

    …va into feat/lazy-span-id-v8
    lbloder committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    35b17db View commit details
    Browse the repository at this point in the history
  9. add proposed SentryUUID class

    lbloder committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a50d881 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    149d59c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Format code

    getsentry-bot committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6418a33 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    5314e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58a00c4 View commit details
    Browse the repository at this point in the history
  3. add changelog

    lbloder committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    097738b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3518fce View commit details
    Browse the repository at this point in the history
  5. fix tests

    lbloder committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d11c3cc View commit details
    Browse the repository at this point in the history
  6. Merge branch '8.x.x' into feat/fast-id-generation

    # Conflicts:
    #	CHANGELOG.md
    #	sentry/src/main/java/io/sentry/SpanId.java
    #	sentry/src/main/java/io/sentry/protocol/SentryId.java
    #	sentry/src/test/java/io/sentry/protocol/SentryIdTest.kt
    lbloder committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1ea4212 View commit details
    Browse the repository at this point in the history
  7. fix SpanId.EMPTY_ID

    lbloder committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    81a3bdb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 8, 2024

  1. test normalized is never called in no-arg constructor, only called on…

    …ce when invoking with string
    lbloder committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fac412e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f360d1 View commit details
    Browse the repository at this point in the history
  3. fix test

    lbloder committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    30b2602 View commit details
    Browse the repository at this point in the history
  4. Format code

    getsentry-bot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    05540a3 View commit details
    Browse the repository at this point in the history
  5. use new Random Generator

    lbloder committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    143c26e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feat/fast-id-generation' of github.com:getsentry/sentry…

    …-java into feat/fast-id-generation
    lbloder committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    57d0a9b View commit details
    Browse the repository at this point in the history
  7. fix Sentry Empty ID, replace dashes if 36 char uuid String is passed …

    …to SentryId constructor
    lbloder committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    45c3cbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c2c580 View commit details
    Browse the repository at this point in the history