feat!: API options object support to control sentry handling; removal of logger.sentry.
This commit is contained in:
+16
-2
@@ -1,2 +1,16 @@
|
||||
export * from "./logger.js";
|
||||
export * from "./types.js";
|
||||
/**
|
||||
* @mifi/logger — intentional, namespaced logging for browser and Node.js.
|
||||
*
|
||||
* @packageDocumentation
|
||||
*
|
||||
* @example
|
||||
* ```ts
|
||||
* import { createLogger } from "@mifi/logger";
|
||||
*
|
||||
* const logger = createLogger({ environment: "development", namespace: "APP" });
|
||||
* logger.info("started");
|
||||
* ```
|
||||
*/
|
||||
export * from "./logger";
|
||||
export * from "./sinks/console";
|
||||
export * from "./types";
|
||||
|
||||
Reference in New Issue
Block a user