🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@sentry/cli-darwin

Package Overview
Dependencies
Maintainers
10
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/cli-darwin - npm Package Versions

234567

2.45.0

Diff
sentry-bot
published 2.45.0 •

Changelog

Source

2.45.0

New feature

  • feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @szokeasaurusrex
    • Sourcemaps can now be uploaded to multiple projects at once by passing each project to the sentry-cli sourcemaps upload command, like so:
      sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
      
    • Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.

Various fixes & improvements

  • ref: Rename fixup_js_file_end (#2475) by @szokeasaurusrex
  • ref: Use slice instead of vec for assemble artifact request (#2498) by @szokeasaurusrex
  • ref: Separate LegacyUploadContext for legacy uploads (#2494) by @szokeasaurusrex
  • feat: Remove organization and project info log (#2490) by @szokeasaurusrex
sentry-bot
published 2.44.0 •

Changelog

Source

2.44.0

Various fixes & improvements

  • feat(sourcemaps): Support injecting indexed sourcemaps (#2470) by @szokeasaurusrex
  • test(sourcemaps): Assert injection outputs (#2483) by @szokeasaurusrex
sentry-bot
published 2.43.1 •

Changelog

Source

2.43.1

Various fixes & improvements

  • build: Bump tokio to 1.44.2 (#2474) by @szokeasaurusrex
  • chore: Fix nightly clippy lints (#2469) by @loewenheim
sentry-bot
published 2.43.0 •

Changelog

Source

2.43.0

This release explicitly deprecates the sentry-cli debug-files upload command's --info-plist argument, since the argument does nothing. If you are using the --info-plist argument, you should stop using it.

Various fixes & improvements

  • fix(debug_files): Don't call xcodebuild (#2443) by @szokeasaurusrex
sentry-bot
published 2.42.5 •

Changelog

Source

2.42.5

This is a re-release of 2.45.5-alpha as a stable release. There are no code changes from 2.45.5-alpha, since the Windows ARM build for that version was published successfully.

sentry-bot
published 2.42.5-alpha •

Changelog

Source

2.42.5-alpha

This release adds a binary for Windows on ARM.

We are releasing this as an alpha to test that the new Windows ARM build is published to NPM correctly.

Various fixes & improvements

  • ci(npm): Release Windows ARM build to npm (#2436) by @szokeasaurusrex
  • ci: Run lint action on all target operating systems (#2360) by @szokeasaurusrex
  • ref: Simplify is_homebrew_install (#2434) by @szokeasaurusrex
  • build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#2435) by @dependabot
  • ref: Simplify set_executable_mode (#2433) by @szokeasaurusrex
  • ci: Build for Windows ARM (#2429) by @szokeasaurusrex
  • build: Replace username with whoami (#2432) by @szokeasaurusrex
  • build: Remove direct winapi dependency (#2431) by @szokeasaurusrex
  • build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.7 (#2430) by @dependabot
  • ci: Auto-update GHA with Dependabot (#2428) by @szokeasaurusrex
  • ci: Update and securely pin all actions (#2427) by @szokeasaurusrex
  • ci: Remove unneeded -D warnings (#2425) by @szokeasaurusrex
  • ci: Stop using actions-rs (#2424) by @szokeasaurusrex
  • deps: Update zip to 2.4.2 (#2423) by @loewenheim
  • build: update zip dependency (#2421) by @szokeasaurusrex
sentry-bot
published 2.42.4 •

Changelog

Source

2.42.4

Various fixes & improvements

  • build(macos): Sign macOS binaries (#2401) by @szokeasaurusrex
  • ci(docker): Fix GHCR releases so they are multiarch (#2418) by @szokeasaurusrex
sentry-bot
published 2.42.3 •

Changelog

Source

2.42.3

Various fixes & improvements

  • fix(sourcemaps): Fix mismatches between path and URL on Windows (#2414) by @BYK
sentry-bot
published 2.42.2 •

Changelog

Source

2.42.2

Various fixes & improvements

  • fix(sourcemaps): Exclude skipped files from bundle file count (#2397) by @a-hariti
  • fix: warn about missing SENTRY_RELEASE when it's set to empty string (#2394) by @a-hariti
  • build(node): Bump semver@5.* dependencies (#2399) by @szokeasaurusrex
  • build(node): Bump semver@6.* (#2400) by @szokeasaurusrex
  • build(node): Bump semver@^7.* dependencies (#2398) by @szokeasaurusrex
  • build(node): Bump cross-spawn@7.0.X (#2396) by @szokeasaurusrex
  • build(node): Bump cross-spawn@^6.0.5 (#2395) by @szokeasaurusrex
  • ci(docker): Release Docker image to GHCR (#2393) by @szokeasaurusrex
  • ci(docker): Fix caching (#2391) by @szokeasaurusrex
sentry-bot
published 2.42.1 •

Changelog

Source

2.42.1

This release is a re-release of 2.42.0. There are no code changes to the CLI. We are performing this re-release because 2.42.0 failed to publish to Docker Hub.

Various fixes & improvements

  • ci(docker): Don't publish to GHCR via Craft (#2392) by @szokeasaurusrex