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

Commits on Jun 5, 2025

  1. Merge branch 'release/9.27.0'

    getsentry-bot committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    e095b15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16490 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    704af3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6798ab View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. chore: Add external contributor to CHANGELOG.md (#16498)

    This PR adds the external contributor to the CHANGELOG.md file, so that
    they are credited for their contribution. See #16496
    
    Co-authored-by: AbhiPrasad <18689448+AbhiPrasad@users.noreply.github.com>
    HazAT and AbhiPrasad authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    4f9c89e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e040002 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. feat(node): Update vercel ai spans as per new conventions (#16497)

    resolves #16454
    
    As per
    https://www.notion.so/sentry/WIP-Span-layout-of-AI-agents-1fa8b10e4b5d80f0a83dd251a5ea4ab1,
    we update the span names and ops to better match OpenTelemetry. This
    should make them more easily accessible to the new agents module view we
    are building.
    
    Now instead of a span name like `generateText.doGenerate`, we will show
    a name like `generate_text gpt-4o-mini` (which is the OTEL convention
    for the gen ai span name). Another example, tool calls will show the
    tool name so you'll get `execute_tool getWeather` instead of
    `ai.toolCall`.
    AbhiPrasad authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    3e47add View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. test(sveltekit): Pin @sveltejs/kit@2.21.2 to unblock CI (#16529)

    While we're investigating sveltejs/kit#13869
    and #16507, let's
    pin to the last working SvelteKit version for now so the repo CI is
    unblocked.
    Lms24 authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    48f5253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3825f7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16530 from getsentry/prepare-release/9.28.0

    meta(changelog): Update changelog for 9.28.0
    chargome authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    570e507 View commit details
    Browse the repository at this point in the history
  4. release: 9.28.0

    getsentry-bot committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    63e19c4 View commit details
    Browse the repository at this point in the history
Loading