sentry 0.10.2 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/dist/bin.cjs +474 -362
  3. package/package.json +7 -7
package/README.md CHANGED
@@ -22,6 +22,12 @@
22
22
  curl -fsSL https://cli.sentry.dev/install | bash
23
23
  ```
24
24
 
25
+ ### Homebrew
26
+
27
+ ```bash
28
+ brew install getsentry/tools/sentry
29
+ ```
30
+
25
31
  ### Package Managers
26
32
 
27
33
  ```bash