Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/bb-kit-core": "0.1.0",
"packages/bb-kit-sentry": "0.1.0",
"packages/bb-kit-sentry": "0.2.0",
"plugins/agentation": "0.2.3",
"plugins/amp": "0.4.1",
"plugins/gh-stack": "0.2.3",
Expand Down
10 changes: 5 additions & 5 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions packages/bb-kit-sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.2.0](https://github.com/smsunarto/bb-plugins/compare/bb-kit-sentry/v0.1.0...bb-kit-sentry/v0.2.0) (2026-09-15)


### Features

* **amp:** add startup performance tracing ([9df50eb](https://github.com/smsunarto/bb-plugins/commit/9df50ebc5e73b0f8a6fada09dad09a5b922e44ba))
* **bb-kit-sentry:** add one-call plugin telemetry entry ([b49b67b](https://github.com/smsunarto/bb-plugins/commit/b49b67bad8607833ea5b83302da96dcbe03c7356))
* **bb-kit:** add isolated Sentry reporting ([d608d6a](https://github.com/smsunarto/bb-plugins/commit/d608d6acc855b98c34e2e45d76ede43bcf64dee8))
* **bb-kit:** enable plugin telemetry by default with settings opt-out ([abd398b](https://github.com/smsunarto/bb-plugins/commit/abd398b361a19044b486bfec212bb9020f6dbaba))
* **sentry:** harden plugin telemetry ([5408358](https://github.com/smsunarto/bb-plugins/commit/5408358a95cf60d207e0a0bc69dfef431bfd7dd8))
* **sentry:** report plugin failures across runtimes ([3cb8b76](https://github.com/smsunarto/bb-plugins/commit/3cb8b76c64e171e85e640a89c8156db4690f38c1))
* **sentry:** split plugin telemetry projects ([e6ffff9](https://github.com/smsunarto/bb-plugins/commit/e6ffff9495c140bb8334af1ab916405c5ffc492f))
2 changes: 1 addition & 1 deletion packages/bb-kit-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bb-kit/sentry",
"version": "0.1.0",
"version": "0.2.0",
"description": "Privacy-first Sentry error reporting for bb-kit plugins.",
"license": "MIT",
"author": "Scott Sunarto",
Expand Down
2 changes: 1 addition & 1 deletion plugins/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"src/"
],
"dependencies": {
"@bb-kit/sentry": "0.1.0",
"@bb-kit/sentry": "0.2.0",
"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/dotfiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
],
"dependencies": {
"@bb-kit/core": "0.1.0",
"@bb-kit/sentry": "0.1.0",
"@bb-kit/sentry": "0.2.0",
"@bb-plugins/icons": "workspace:*",
"@radix-ui/react-slot": "^1.3.0",
"@tanstack/react-query": "^5.101.4",
Expand Down
Loading