@logtape/sentry 1.4.0-dev.466 → 1.4.0-dev.468

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 (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,12 +10,12 @@ capture your LogTape logs and send them to Sentry.
10
10
 
11
11
  ![LogTape records show up in the breadcrumbs of a Sentry issue.](https://raw.githubusercontent.com/dahlia/logtape/refs/heads/main/screenshots/sentry.png)
12
12
 
13
- [JSR]: https://jsr.io/@logtape/sentry
14
13
  [JSR badge]: https://jsr.io/badges/@logtape/sentry
15
- [npm]: https://www.npmjs.com/package/@logtape/sentry
14
+ [JSR]: https://jsr.io/@logtape/sentry
16
15
  [npm badge]: https://img.shields.io/npm/v/@logtape/sentry?logo=npm
17
- [GitHub Actions]: https://github.com/dahlia/logtape/actions/workflows/main.yaml
16
+ [npm]: https://www.npmjs.com/package/@logtape/sentry
18
17
  [GitHub Actions badge]: https://github.com/dahlia/logtape/actions/workflows/main.yaml/badge.svg
18
+ [GitHub Actions]: https://github.com/dahlia/logtape/actions/workflows/main.yaml
19
19
  [Sentry]: https://sentry.io/
20
20
  [LogTape]: https://logtape.org/
21
21
 
@@ -51,6 +51,7 @@ bun add @sentry/bun
51
51
  Docs
52
52
  ----
53
53
 
54
- The documentation for this package is available at <https://logtape.org/manual/sinks#sentry-sink>.
54
+ The documentation for this package is available at
55
+ <https://logtape.org/manual/sinks#sentry-sink>.
55
56
 
56
57
  For API references, see <https://jsr.io/@logtape/sentry>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/sentry",
3
- "version": "1.4.0-dev.466+6520471a",
3
+ "version": "1.4.0-dev.468+3b71b201",
4
4
  "description": "LogTape Sentry sink",
5
5
  "keywords": [
6
6
  "LogTape",
@@ -45,7 +45,7 @@
45
45
  ],
46
46
  "peerDependencies": {
47
47
  "@sentry/core": ">=8.0.0",
48
- "@logtape/logtape": "^1.4.0-dev.466+6520471a"
48
+ "@logtape/logtape": "^1.4.0-dev.468+3b71b201"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@sentry/core": "^9.41.0",