@anzusystems/common-admin 1.47.0-beta.360 → 1.47.0-beta.361
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/dist/common-admin.d.ts +1 -1
- package/dist/common-admin.js +2261 -2260
- package/dist/common-admin.js.map +1 -1
- package/package.json +1 -1
package/dist/common-admin.d.ts
CHANGED
|
@@ -25919,7 +25919,7 @@ export declare function useRouteHistory(): {
|
|
|
25919
25919
|
navigateBack: (router: Router, options?: NavigateBackOptions) => void;
|
|
25920
25920
|
};
|
|
25921
25921
|
|
|
25922
|
-
export declare function useSentry(): {
|
|
25922
|
+
export declare function useSentry(component?: string): {
|
|
25923
25923
|
logError: (error: Error, context?: SentryContext) => void;
|
|
25924
25924
|
logMessage: (message: string, level?: "fatal" | "error" | "warning" | "info" | "debug", context?: SentryContext) => void;
|
|
25925
25925
|
setTag: (key: string, value: string) => void;
|