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

Commits on Aug 8, 2025

  1. Merge branch 'release/0.10.0'

    getsentry-bot committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    18d8e4b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

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

Commits on Aug 17, 2025

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

Commits on Aug 29, 2025

  1. chore: fix sentry_close return value documentation (#1344)

    * sentry_close: fix return value documentation
    
    * sentry_shutdown: fix return value documentation
    stima authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    70f2bd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. docs: replace legacy sentry_string_free with sentry_free (#1348)

    * docs: replace legacy sentry_string_free with sentry_free
    
    * Update include/sentry.h
    jpnurmi authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    8918521 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. docs: improve sentry_attachment_s struct documentation (#1352)

    * docs: improve sentry_attachment_s struct documentation
    
    Clarify that the struct represents a union of two attachment types:
    - File attachments (path-based)
    - Buffer attachments (in-memory)
    
    Add inline comments to group fields by usage and explain the
    difference between 'path' (filesystem path) and 'filename'
    (envelope attachment name). This addresses confusion about
    why both fields exist and when each is used.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    * fix: apply clang-format to attachment struct documentation
    
    Fix code formatting to match project style guidelines.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    * docs: clarify filename field can be NULL in attachment struct
    
    Update inline comment to indicate that filename field can be NULL,
    in which case the basename of path is used as the attachment name.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    vaind and claude authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    7f84073 View commit details
    Browse the repository at this point in the history
  2. chore: prepare changelog for a patch release (#1354)

    #skip-changelog
    vaind authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    0baec46 View commit details
    Browse the repository at this point in the history
  3. release: 0.10.1

    getsentry-bot committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    11f94ef View commit details
    Browse the repository at this point in the history
Loading