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: coolreader18/rust-sourcemap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: getsentry/rust-sourcemap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    f96e3d1 View commit details
    Browse the repository at this point in the history
  2. feat(debugId): Serialize source maps with debugId, not debug_id (g…

    …etsentry#134)
    
    The debug ID field on all source maps is now **serialized as `debugId` rather than `debug_id`**.
    
    To maintain backwards-compatibility with source maps that contain a `debug_id` field, we can still read the `debug_id` field. If a source map contains a `debugId` field and a `debug_id` field, **the `debugId` field takes precedence, which is a change from the old behavior**. 
    
    Corresponding Sentry CLI PR: getsentry/sentry-cli#3005
    
    Closes getsentry#96 
    Closes [CLI-240](https://linear.app/getsentry/issue/CLI-240/turn-debug-id-field-to-debugid)
    szokeasaurusrex authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    fb19fa4 View commit details
    Browse the repository at this point in the history
  3. release: 9.3.0

    getsentry-bot committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    210972f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/9.3.0'

    getsentry-bot committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    e293721 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

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

Commits on Dec 9, 2025

  1. release: 9.3.1

    getsentry-bot committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    38ec7fc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/9.3.1'

    getsentry-bot committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    7ebed4d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. fix: correctly handle cjk identifiers in strip_identifier (getsentry#138

    )
    
    * fix: Correct UTF-8 boundary handling in strip_identifier
    
    * test: Replace Japanese with Chinese in CJK test
    Change "変数名" (Japanese) to "变量名" (Chinese) for better CJK coverage.
    
    * Reformat the Korean identifier test assertion to improve readability
    by breaking it across multiple lines.
    mznet authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    c3c213d View commit details
    Browse the repository at this point in the history
  2. release: 9.3.2

    getsentry-bot committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    36d04d6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/9.3.2'

    getsentry-bot committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    aad1685 View commit details
    Browse the repository at this point in the history
Loading