Skip to content

Commit

Permalink
update bitdrift to 0.6.7 and enable iOS network integration (#7575)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
snowp and Maker-Mark authored Feb 12, 2025
1 parent 355c50f commit 082a8ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@atproto/api": "^0.13.31",
"@bitdrift/react-native": "^0.6.2",
"@bitdrift/react-native": "^0.6.7",
"@braintree/sanitize-url": "^6.0.2",
"@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet",
"@emoji-mart/react": "^1.1.1",
Expand Down
1 change: 1 addition & 0 deletions src/lib/bitdrift.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ initPromise.then(() => {
if (isEnabled && BITDRIFT_API_KEY) {
init(BITDRIFT_API_KEY, SessionStrategy.Activity, {
url: 'https://api-bsky.bitdrift.io',
enableNetworkInstrumentation: true, // Only effects iOS, Android instrumentation is set via Gradle Plugin
})
}
})
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3422,10 +3422,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bitdrift/react-native@^0.6.2":
version "0.6.2"
resolved "https://registry.yarnpkg.com/@bitdrift/react-native/-/react-native-0.6.2.tgz#8e75d45a63fccad38b310fdea8069fa929cb97c3"
integrity sha512-4DIsZwAr9/Q1RI7lsnUphRoMuOuLWWESNXI759niSmU8XHTJISwwOQzUm7qWn7waBJGhxaq+jn+vlTV5Fai6zw==
"@bitdrift/react-native@^0.6.7":
version "0.6.7"
resolved "https://registry.yarnpkg.com/@bitdrift/react-native/-/react-native-0.6.7.tgz#cc64b3c0563a083341f2d974a371178fc43dd93f"
integrity sha512-Cf3hKuYHHTx57HAEd1pwX4fWgJ6iUYqjtsdzNTPPLHlyU2ChWskKizyNcPFhZlWSVzMszlFTzVkP4dBVHNhlJg==
dependencies:
"@expo/config-plugins" "^9.0.14"
fast-json-stringify "^6.0.0"
Expand Down

0 comments on commit 082a8ad

Please # to comment.