StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

guard against registering the sentry nav container in dev #7099

Closed drewvolz closed 8 months ago

drewvolz commented 8 months ago

To keep implementation consistent with our routing instrumentation wrapper, we can guard against calling this with an environment check. If we want to use those logs to trace something in the future, we can remove this check while debugging.

codecov[bot] commented 8 months ago

Codecov Report

Merging #7099 (6c52216) into master (58b8219) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #7099 +/- ## ========================================= - Coverage 8.74% 8.73% -0.01% ========================================= Files 306 306 Lines 5228 5230 +2 Branches 1406 1407 +1 ========================================= Hits 457 457 - Misses 4744 4746 +2 Partials 27 27 ```