@umituz/react-native-sentry 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -37,10 +37,10 @@ export type { UseSentryReturn } from './presentation/hooks/useSentry';
|
|
|
37
37
|
export { useBreadcrumb } from './presentation/hooks/useBreadcrumb';
|
|
38
38
|
export type { UseBreadcrumbReturn } from './presentation/hooks/useBreadcrumb';
|
|
39
39
|
|
|
40
|
-
//
|
|
40
|
+
// Sentry Tracking Utilities (for use in other packages)
|
|
41
41
|
export {
|
|
42
42
|
trackPackageError,
|
|
43
43
|
addPackageBreadcrumb,
|
|
44
44
|
trackPackageWarning,
|
|
45
|
-
} from './presentation/utils/
|
|
46
|
-
export type { PackageErrorContext } from './presentation/utils/
|
|
45
|
+
} from './presentation/utils/sentryTracking';
|
|
46
|
+
export type { PackageErrorContext } from './presentation/utils/sentryTracking';
|