about summary refs log tree commit diff
path: root/src/lib/bitdrift.ts
Commit message (Collapse)AuthorAgeFilesLines
* Colocate bitdrift in logger, use logger for transport (#7868)Eric Bailey2025-02-281-30/+0
| | | | | | | | | | | | | * Colocate bitdrift in logger, use logger for transport (cherry picked from commit cdd6941fd7f6de9829d61712340a30a55936d2ee) * Fix mocks, format (cherry picked from commit 9de88660c6217ebe7f83e3abfb198f85e26d9c53) * Ok I guess mocks dir doesn't work (cherry picked from commit 9f37e52011d2794ad8fcd732eb26558e9f0ef42c)
* Bitdrift integration (#7728)Eric Bailey2025-02-131-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update bitdrift to 0.6.7 and enable iOS network integration (#7575) * update bitdrift to 0.6.5 and enable iOS network integration * Update src/lib/bitdrift.ts Co-authored-by: Mark <40143016+Maker-Mark@users.noreply.github.com> * update to 0.6.7 --------- Co-authored-by: Mark <40143016+Maker-Mark@users.noreply.github.com> * deps: Bump bitdrift to 0.6.8, fixes iOS network instrumentation bug (#7725) Co-authored-by: Eric Bailey <git@esb.lol> * Add stable ID copy, add todo * Nits * Temp enable * Temp debug * Revert some debug * Revert unnecessary change * Use new gates * Add anon ID to version string --------- Co-authored-by: Snow Pettersen <snowp@lyft.com> Co-authored-by: Mark <40143016+Maker-Mark@users.noreply.github.com>
* Reenable bitdrift (#7405)Snow Pettersen2025-01-211-24/+20
|
* Temporarily remove Bitdrift (#7173)dan2024-12-191-18/+24
| | | | | * Temporarily remove Bitdrift * Rm plugin
* Pipe statsig events to logger (#7141)dan2024-12-171-0/+1
| | | | | | | | | | | * Pipe statsig events to logger * Log rich objects to bitdrift * Fix tests * Consolidate mocks, fix tests * Reduce log trash on native
* 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