about summary refs log tree commit diff
path: root/src/lib/bitdrift.ts
Commit message (Collapse)AuthorAgeFilesLines
* Gate bitdrift integration (#7088)dan2024-12-131-3/+16
| | | | | | | | | * Move Statsig init call earlier * Gate Bitdrift init call * Remove IS_TEST env constant * Mock statsig
* configure the bitdrift Capture SDK (#6979)Snow Pettersen2024-12-121-0/+7
* configure bitdrift Capture SDK * remove console log * use the new url * add patch to fix devtool interaction * update patches * fix patch * add BITDRIFT_API_KEY to .env.example