Skip to content

Commit ebbb6bd

Browse files
authored
Official deprecate the tracking-sdk (#340)
If you are still using the tracking-sdk please consider switching to one of the maintained SDKs: ### React SDK Client side React SDK [Read the docs](packages/react-sdk/README.md) ### Browser SDK Browser SDK for use in non-React web applications [Read the docs](packages/browser-sdk/README.md) ### Node.js SDK Node.js SDK for use on the server side. [Read the docs](packages/node-sdk/README.md) ## OpenFeature Browser Provider Use Bucket with OpenFeature in the browser through the Bucket OpenFeature Browser Provider [Read the docs](packages/openfeature-browser-provider/README.md) ## OpenFeature Node.js Provider Use the Bucket with OpenFeature on the server in Node.js through the Bucket OpenFeature Node.js Provider [Read the docs](packages/openfeature-node-provider/README.md)
1 parent 29320b7 commit ebbb6bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+112
-9696
lines changed

.github/workflows/package-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Restore package.json
2626
# This step is necessary because the previous step may have updated package.json
2727
run: git checkout -- package.json packages/*/package.json
28-
- name: Install Playwright Browsers
29-
run: yarn playwright install --with-deps
30-
working-directory: ./packages/tracking-sdk
3128
- name: Install Playwright Browsers
3229
run: yarn playwright install --with-deps
3330
working-directory: ./packages/browser-sdk

packages/browser-sdk/FEEDBACK.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,7 @@ properties to your page in your CSS `:root`-scope.
351351
352352
For example, a dark mode theme might look like this:
353353
354-
```html
355-
<img
356-
width="276"
357-
alt="image"
358-
src="https://github.com/bucketco/bucket-tracking-sdk/assets/34348/5d579b7b-a830-4530-8b40-864488a8597e"
359-
/>
360-
```
354+
![image](https://github.com/bucketco/bucket-tracking-sdk/assets/34348/5d579b7b-a830-4530-8b40-864488a8597e)
361355
362356
```css
363357
:root {

packages/browser-sdk/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,20 @@
4545
"@bucketco/eslint-config": "0.0.2",
4646
"@bucketco/tsconfig": "0.0.2",
4747
"@playwright/test": "^1.49.1",
48+
"@types/js-cookie": "^3.0.6",
4849
"@types/node": "^22.12.0",
49-
"@types/webpack": "^5.28.5",
5050
"css-loader": "^6.9.0",
5151
"eslint": "^8.57.0",
5252
"jsdom": "^24.1.0",
5353
"msw": "^2.3.4",
54+
"nock": "^14.0.1",
5455
"postcss": "^8.4.33",
55-
"postcss-loader": "^7.3.4",
5656
"postcss-nesting": "^12.0.2",
5757
"postcss-preset-env": "^9.3.0",
5858
"prettier": "^3.2.5",
59-
"style-loader": "^3.3.4",
6059
"typescript": "^5.7.3",
6160
"vite": "^5.3.5",
6261
"vite-plugin-dts": "^4.0.0-beta.1",
63-
"vitest": "^2.0.4",
64-
"webpack": "^5.89.0",
65-
"webpack-cli": "^5.1.4"
62+
"vitest": "^2.0.4"
6663
}
6764
}

packages/flag-evaluation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/bucketco/bucket-tracking-sdk.git"
7+
"url": "https://github.com/bucketco/bucket-javascript-sdk.git"
88
},
99
"publishConfig": {
1010
"access": "public"

packages/tracking-sdk/.prettierignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)