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: refs/tags/1.25.1
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.26.0
Choose a head ref
  • 13 commits
  • 97 files changed
  • 7 contributors

Commits on Jun 7, 2023

  1. Merge branch 'release/1.25.1'

    getsentry-bot committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a1c2760 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Update changelog (#2163)

    sentrivana authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f4c19e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    d991be7 View commit details
    Browse the repository at this point in the history
  2. fix(profiler): Add function name to profiler frame cache (#2164)

    Wrapper functions can take on the same name as the wrapped function. This means
    that if a decorator is used to wrap different functions, even though the
    filename and line number will be the same for all instances of the frame, the
    function name can vary. Add the function name to the cache to avoid these cache
    collisions.
    Zylphrex authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a4378de View commit details
    Browse the repository at this point in the history
  3. build(deps): bump checkouts/data-schemas from 0ed3357 to 7fdde87 (#…

    …2165)
    
    Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `0ed3357` to `7fdde87`.
    - [Commits](getsentry/sentry-data-schemas@0ed3357...7fdde87)
    
    ---
    updated-dependencies:
    - dependency-name: checkouts/data-schemas
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Anton Pirker <[email protected]>
    dependabot[bot] and antonpirker authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e833825 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Tracing without performance (#2136)

    Tracing information (sentry-trace and baggage headers) is now propagated from/to incoming/outgoing HTTP requests even if performance is disabled and thus no transactions/spans are available.
    antonpirker authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fe7e501 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Do not support sub-minute cron intervals (#2172)

    * Do not support sub-minute cron intervals
    * Do not send checkins for unsupported schedule types
    
    ---------
    
    Co-authored-by: Ivana Kellyerova <[email protected]>
    antonpirker and sentrivana authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4f0ab40 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. support SOCKS proxies in sentry_sdk (#1050)

    * support SOCKS proxies in sentry_sdk
    
    ---------
    
    Co-authored-by: Anton Pirker <[email protected]>
    Roguelazer and antonpirker authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0792db2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Run 2.7 tests in CI again (#2181)

    Since GitHub actions dropped support for 2.7 in python-versions,
    take 2.7 out of the test matrix and add a separate job for it where
    it can run inside a py2.7 container.
    sentrivana authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6d9195d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

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

Commits on Jun 22, 2023

  1. Load tracing information from environment (#2176)

    It should be able to continue a trace with trace information that was given to the python process over environment variables.
    
    See this RFC for the spec:
    https://github.com/getsentry/rfcs/blob/main/text/0071-continue-trace-over-process-boundaries.md
    
    ---------
    
    Co-authored-by: Ivana Kellyerova <[email protected]>
    antonpirker and sentrivana authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e68161c View commit details
    Browse the repository at this point in the history
  2. release: 1.26.0

    getsentry-bot committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    bba1ec2 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    antonpirker committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    892f794 View commit details
    Browse the repository at this point in the history
Loading