8000 Comparing 1.22.2...1.23.0 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.22.2
Choose a base ref
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.23.0
Choose a head ref
  • 14 commits
  • 35 files changed
  • 10 contributors

Commits on May 8, 2023

  1. Merge branch 'release/1.22.2'

    getsentry-bot committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e777e53 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Add db.operation to Redis and MongoDB spans. (#2089)

    * Set db.operation in Redis and MongoDB spans
    antonpirker authored May 9, 2023
    Configuration menu
    Copy the full SHA
    4b6a381 View commit details
    Browse the repository at this point in the history
  2. Add loguru integration (#1994)

    * Add `loguru` integration
    
    Actually, this is the solution in comments under #653 adapted to
    codebase and tested as well.
    #653 (comment)
    
    I also changed `logging` integration to use methods instead of
    functions in handlers, as in that way we can easily overwrite parts
    that are different in `loguru` integration. It shouldn't be a problem,
    as those methods are private and used only in that file.
    
    ---------
    
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    PerchunPak and antonpirker authored May 9, 2023
    Configuration menu
    Copy the full SHA
    8a2b74f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Remove relay extension from AWS Layer (#2068)

    we're reverting back to the older setup since the whole 'relay as AWS extension' experiment didn't really work out.
    * revert port override in DSN
    * remove gh action that bundles relay
    * zip in place as part of `make build_aws_lambda_layer`
    
    part of getsentry/team-webplatform-meta#58
    sl0thentr0py authored May 10, 2023
    Configuration menu
    Copy the full SHA
    e0209db View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    eb5ee4a View commit details
    Browse the repository at this point in the history
  2. Ref: Add include_source_context option in utils (#2020)

    Some users do not like the source context to be there, and so add `include_source_context` option to opt-out.
    
    
    
    ---------
    
    Co-authored-by: Farhat Nawaz <fariharal@gmail.com>
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    Co-authored-by: Ivana Kellyerova <131587164+sentrivana@users.noreply.github.com>
    4 people authored May 11, 2023
    Configuration menu
    Copy the full SHA
    fbd7d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad3bde9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Import Markup from markupsafe (#2047)

    Flask v2.3.0 deprecates importing Markup from flask, indicating that it
    should be imported from markupsafe instead.
    
    ---------
    
    Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    3 people authored May 12, 2023
    Configuration menu
    Copy the full SHA
    e8f4792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f805239 View commit details
    Browse the repository at this point in the history
  3. Make sure we're importing redis the library (#2106)

    ...not the module, if there is one present.
    sentrivana authored May 12, 2023
    Configuration menu
    Copy the full SHA
    ccdaed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    041534d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Fixed Celery headers for Beat auto-instrumentation (#2102)

    * Fixed celery headers for beat auto instrumentation
    
    ---------
    
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    antonpirker and sentrivana authored May 15, 2023
    Configuration menu
    Copy the full SHA
    f8f53b8 View commit details
    Browse the repository at this point in the history
  2. release: 1.23.0

    getsentry-bot committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e82e4db View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    sentrivana authored May 15, 2023
    Configuration menu
    Copy the full SHA
    8480e47 View commit details
    Browse the repository at this point in the history
Loading
0