@yashshukla/observeiq-node 0.1.1 → 0.1.2
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.
- package/README.md +1 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,14 +146,7 @@ cd packages/sdk
|
|
|
146
146
|
npm run build
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
5.
|
|
150
|
-
|
|
151
|
-
```bash
|
|
152
|
-
cd scripts
|
|
153
|
-
ts-node mock-emitter.ts
|
|
154
|
-
```
|
|
155
|
-
|
|
156
|
-
6. Make your changes in `packages/sdk/src/`, rebuild, and verify spans appear in PostgreSQL.
|
|
149
|
+
5. Make your changes in `packages/sdk/src/`, rebuild, and verify spans appear in PostgreSQL.
|
|
157
150
|
|
|
158
151
|
Open a PR against `main`. Keep changes focused — one concern per PR.
|
|
159
152
|
|