@pocket-tools/tracing 0.0.0-development → 1.0.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.
@@ -1,20 +1,20 @@
1
-
2
- > @pocket-tools/tracing@0.0.0-development build /Users/daniel/Work/pocket-monorepo/packages/tracing
3
- > tsup src/index.ts --format cjs,esm --dts
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.0.2
8
- CLI Target: es2019
9
- CJS Build start
10
- ESM Build start
11
- CJS You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
12
- ESM You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
13
- ESM dist/index.mjs 62.14 KB
14
- ESM ⚡️ Build success in 130ms
15
- CJS dist/index.js 64.18 KB
16
- CJS ⚡️ Build success in 130ms
17
- DTS Build start
18
- DTS ⚡️ Build success in 2181ms
19
- DTS dist/index.d.ts 400.00 B
20
- DTS dist/index.d.mts 400.00 B
1
+
2
+ > @pocket-tools/tracing@0.0.0-development build /home/runner/work/pocket-monorepo/pocket-monorepo/packages/tracing
3
+ > tsup src/index.ts --format cjs,esm --dts
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.0.2
8
+ CLI Target: es2019
9
+ CJS Build start
10
+ ESM Build start
11
+ CJS You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
12
+ ESM You have emitDecoratorMetadata enabled but @swc/core was not installed, skipping swc plugin
13
+ CJS dist/index.js 64.18 KB
14
+ CJS ⚡️ Build success in 382ms
15
+ ESM dist/index.mjs 62.14 KB
16
+ ESM ⚡️ Build success in 390ms
17
+ DTS Build start
18
+ DTS ⚡️ Build success in 13278ms
19
+ DTS dist/index.d.ts 400.00 B
20
+ DTS dist/index.d.mts 400.00 B
@@ -0,0 +1,183 @@
1
+
2
+ > @pocket-tools/tracing@0.0.0-development semantic-release /home/runner/work/pocket-monorepo/pocket-monorepo/packages/tracing
3
+ > semantic-release
4
+
5
+ [5:08:27 PM] [semantic-release] › ℹ Running semantic-release version 23.0.7
6
+ [5:08:29 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/npm"
7
+ [5:08:29 PM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/github"
8
+ [5:08:29 PM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/npm"
9
+ [5:08:29 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/npm"
10
+ [5:08:29 PM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/github"
11
+ [5:08:29 PM] [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/npm"
12
+ [5:08:29 PM] [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/github"
13
+ [5:08:36 PM] [semantic-release] › ✔ Run automated release from branch main on repository git+https://github.com/Pocket/pocket-monorepo.git
14
+ [5:08:37 PM] [semantic-release] › ✔ Allowed to push to the Git repository
15
+ [5:08:37 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
16
+ [5:08:37 PM] [semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
17
+ [5:08:37 PM] [semantic-release] [@semantic-release/npm] › ℹ Reading npm config from /home/runner/work/pocket-monorepo/pocket-monorepo/.npmrc, /home/runner/work/_temp/.npmrc
18
+ pocket-npm
19
+ [5:08:38 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
20
+ [5:08:38 PM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/github"
21
+ [5:08:38 PM] [semantic-release] [@semantic-release/github] › ℹ Verify GitHub authentication (https://api.github.com)
22
+ [5:08:38 PM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/github"
23
+ [5:08:38 PM] [semantic-release] › ℹ No git tag version found on branch main
24
+ [5:08:38 PM] [semantic-release] › ℹ No previous release found, retrieving all commits
25
+ [5:08:39 PM] [semantic-release] › ℹ Found 461 commits since last release
26
+ [5:08:39 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
27
+ [5:08:39 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
28
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Found 13 commits for package @pocket-tools/tracing since last release
29
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: feat(tracing): releasing the tracing library (#484)
30
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is minor
31
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: chore(deps): upgrading otel libraries (#441)
32
+
33
+ * fix(lint): upgrading eslint
34
+
35
+ * chore(deps): upgrading otel libraries
36
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
37
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: fix(deps): update opentelemetry-js monorepo (#438)
38
+
39
+ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
40
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is patch
41
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: chore(deps): updating all dev depenedncies (#295)
42
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
43
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: feat(tracing): adding in tracing to v3-proxy (#287)
44
+
45
+ * fix(sentry): moving sentry to its own package
46
+
47
+ * fix(server): renaming main to server
48
+
49
+ * feat(tracing): adding in tracing to v3 proxy
50
+
51
+ * chore(deps): updating open tel libraries
52
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is minor
53
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: fix(spans): decreasing the time between exporting span traces (#259)
54
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is patch
55
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: fix(images): ensuring that Images always have a URL response field (#236)
56
+
57
+ * fix(images): ensuring that Images always have a URL response field
58
+
59
+ * fix(watch): updating watch command
60
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is patch
61
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: fix(deps): update opentelemetry-js monorepo (#241)
62
+
63
+ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
64
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is patch
65
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: chore(deps): updating all dev deps (#192)
66
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
67
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: fix(deps): update dependency @opentelemetry/instrumentation-aws-sdk to v0.38.1 (#173)
68
+
69
+ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
70
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is patch
71
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: fix(deps): update opentelemetry-js monorepo (#137)
72
+
73
+ * fix(deps): update opentelemetry-js monorepo
74
+
75
+ * chore(deps): adding in the rest of the otel packages
76
+
77
+ ---------
78
+
79
+ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
80
+ Co-authored-by: Daniel Brooks <bass_rock@me.com>
81
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is patch
82
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: chore(deps): updating all dev dependencies (#101)
83
+
84
+ * chore(deps): updating all dev dependencies
85
+
86
+ * chore(import): changing import to support supertest
87
+
88
+ * fix(local): updating local dev
89
+
90
+ * fix(shareable-lists): making it so shared lists doesnt keep destroying task def
91
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
92
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: feat(dev): standardizing logging, tracing, startup and making sure all servers run (#87)
93
+
94
+ * chore(nodemon): making a shared nodemon command
95
+
96
+ * chore(aws): adding in forgotten aws sqs queues
97
+
98
+ * docs(readme): updating readme with some more info
99
+
100
+ * chore(logger): adding logger to apollo utils tracing
101
+
102
+ * chore(logger): simplifiing logger creation by isolating to package
103
+
104
+ * chore(patterns): switching shared snowplow consumer to the latest startup patterns
105
+
106
+ * chore(local): cleaning up variables for local use
107
+
108
+ * chore(user-api): putting user-api on the latest standards
109
+
110
+ * chore(patterns): switching services to use packages
111
+
112
+ * fix(test): removing empty test command
113
+
114
+ * docs(readme): making sure new tracing readme is accurate
115
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is minor
116
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analysis of 13 commits complete: minor release
117
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
118
+ [5:08:52 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
119
+ [5:08:52 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
120
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/release-notes-generator" does not provide step "analyzeCommits"
121
+ [5:08:52 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
122
+ [5:08:52 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
123
+ [5:08:52 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/npm" does not provide step "analyzeCommits"
124
+ [5:08:52 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
125
+ [5:08:52 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
126
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/github" does not provide step "analyzeCommits"
127
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
128
+ [5:08:53 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
129
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
130
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
131
+ [5:08:53 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
132
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
133
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
134
+ [5:08:53 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
135
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
136
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
137
+ [5:08:53 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
138
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
139
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
140
+ [5:08:53 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
141
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
142
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
143
+ [5:08:53 PM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
144
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
145
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
146
+ [5:08:53 PM] [semantic-release] › ℹ There is no previous release, the next release version is 1.0.0
147
+ [5:08:53 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
148
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/commit-analyzer" does not provide step "generateNotes"
149
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
150
+ [5:08:53 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
151
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Start step "generateNotes" of plugin "@semantic-release/release-notes-generator"
152
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Found 13 commits for package @pocket-tools/tracing since last release
153
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Completed step "generateNotes" of plugin "@semantic-release/release-notes-generator"
154
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
155
+ [5:08:53 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
156
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/npm" does not provide step "generateNotes"
157
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
158
+ [5:08:53 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
159
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/github" does not provide step "generateNotes"
160
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
161
+ [5:08:53 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
162
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
163
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
164
+ [5:08:53 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
165
+ [5:08:53 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
166
+ [5:08:53 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
167
+ [5:08:53 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
168
+ [5:08:54 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
169
+ [5:08:54 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
170
+ [5:08:54 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
171
+ [5:08:54 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
172
+ [5:08:54 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
173
+ [5:08:54 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
174
+ [5:08:54 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
175
+ [5:08:54 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
176
+ [5:08:54 PM] [semantic-release] › ℹ Start step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
177
+ [5:08:54 PM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
178
+ [5:08:54 PM] [semantic-release] › ✔ Completed step "generateNotes" of plugin "[Function: semantic-release-monorepo]"
179
+ [5:08:54 PM] [semantic-release] › ℹ Start step "prepare" of plugin "@semantic-release/npm"
180
+ [5:08:54 PM] [semantic-release] [@semantic-release/npm] › ℹ Write version 1.0.0 to package.json in /home/runner/work/pocket-monorepo/pocket-monorepo/packages/tracing
181
+ v1.0.0
182
+ [5:08:56 PM] [semantic-release] › ✔ Completed step "prepare" of plugin "@semantic-release/npm"
183
+ [5:08:58 PM] [semantic-release] › ✔ Created tag @pocket-tools/tracing-v1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pocket-tools/tracing",
3
- "version": "0.0.0-development",
3
+ "version": "1.0.0",
4
4
  "description": "Utilities for tracing",
5
5
  "keywords": [
6
6
  "tracing"
@@ -12,7 +12,8 @@
12
12
  "build": "tsup src/index.ts --format cjs,esm --dts",
13
13
  "lint": "eslint --fix-dry-run \"src/**/*.ts\"",
14
14
  "format": "eslint --fix \"src/**/*.ts\"",
15
- "dev": "pnpm run build --watch"
15
+ "dev": "pnpm run build --watch",
16
+ "semantic-release": "semantic-release"
16
17
  },
17
18
  "author": "",
18
19
  "license": "Apache-2.0",
@@ -22,7 +23,9 @@
22
23
  "eslint-config-custom": "workspace:*",
23
24
  "jest": "29.7.0",
24
25
  "ts-jest": "29.1.2",
25
- "tsconfig": "workspace:*"
26
+ "tsconfig": "workspace:*",
27
+ "semantic-release": "23.0.7",
28
+ "semantic-release-monorepo": "8.0.2"
26
29
  },
27
30
  "dependencies": {
28
31
  "@opentelemetry/exporter-trace-otlp-grpc": "0.50.0",
@@ -40,5 +43,51 @@
40
43
  "@opentelemetry/resource-detector-aws": "1.4.1",
41
44
  "@opentelemetry/sdk-node": "0.50.0",
42
45
  "@opentelemetry/sdk-trace-node": "1.23.0"
46
+ },
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "git+https://github.com/Pocket/pocket-monorepo.git"
50
+ },
51
+ "release": {
52
+ "extends": "semantic-release-monorepo",
53
+ "branches": [
54
+ "main"
55
+ ],
56
+ "plugins": [
57
+ [
58
+ "@semantic-release/commit-analyzer",
59
+ {
60
+ "preset": "conventionalcommits",
61
+ "parserOpts": {
62
+ "noteKeywords": [
63
+ "BREAKING CHANGE",
64
+ "BREAKING CHANGES",
65
+ "BREAKING"
66
+ ]
67
+ }
68
+ }
69
+ ],
70
+ [
71
+ "@semantic-release/release-notes-generator",
72
+ {
73
+ "preset": "conventionalcommits",
74
+ "parserOpts": {
75
+ "noteKeywords": [
76
+ "BREAKING CHANGE",
77
+ "BREAKING CHANGES",
78
+ "BREAKING"
79
+ ]
80
+ },
81
+ "writerOpts": {
82
+ "commitsSort": [
83
+ "subject",
84
+ "scope"
85
+ ]
86
+ }
87
+ }
88
+ ],
89
+ "@semantic-release/npm",
90
+ "@semantic-release/github"
91
+ ]
43
92
  }
44
93
  }
@@ -1,4 +0,0 @@
1
-
2
- > @pocket-tools/tracing@0.0.0-development format /Users/daniel/Work/pocket-monorepo/packages/tracing
3
- > eslint --fix "src/**/*.ts"
4
-