@drieam/appsignal
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -30,2 +30,3 @@ "use strict"; | ||
console.warn("[appsignal] no revision set!"); | ||
config.key = "development"; | ||
} | ||
@@ -32,0 +33,0 @@ var client = new javascript_1.default(__assign({ ignoreErrors: ignoredErrors_1.default }, config)); |
@@ -1,4 +0,4 @@ | ||
import AppsignalErrorBoundary from "./AppsignalErrorBoundary"; | ||
import { ErrorBoundary } from "@drieam/appsignal-react"; | ||
import getAppsignalClient from "./getAppsignalClient"; | ||
export { AppsignalErrorBoundary, getAppsignalClient }; | ||
export { ErrorBoundary, getAppsignalClient }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,7 +6,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAppsignalClient = exports.AppsignalErrorBoundary = void 0; | ||
var AppsignalErrorBoundary_1 = __importDefault(require("./AppsignalErrorBoundary")); | ||
exports.AppsignalErrorBoundary = AppsignalErrorBoundary_1.default; | ||
exports.getAppsignalClient = exports.ErrorBoundary = void 0; | ||
var appsignal_react_1 = require("@drieam/appsignal-react"); | ||
Object.defineProperty(exports, "ErrorBoundary", { enumerable: true, get: function () { return appsignal_react_1.ErrorBoundary; } }); | ||
var getAppsignalClient_1 = __importDefault(require("./getAppsignalClient")); | ||
exports.getAppsignalClient = getAppsignalClient_1.default; | ||
//# sourceMappingURL=index.js.map |
@@ -25,2 +25,3 @@ var __assign = (this && this.__assign) || function () { | ||
console.warn("[appsignal] no revision set!"); | ||
config.key = "development"; | ||
} | ||
@@ -27,0 +28,0 @@ var client = new Appsignal(__assign({ ignoreErrors: ignoredErrors }, config)); |
@@ -1,4 +0,4 @@ | ||
import AppsignalErrorBoundary from "./AppsignalErrorBoundary"; | ||
import { ErrorBoundary } from "@drieam/appsignal-react"; | ||
import getAppsignalClient from "./getAppsignalClient"; | ||
export { AppsignalErrorBoundary, getAppsignalClient }; | ||
export { ErrorBoundary, getAppsignalClient }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,4 +0,4 @@ | ||
import AppsignalErrorBoundary from "./AppsignalErrorBoundary"; | ||
import { ErrorBoundary } from "@drieam/appsignal-react"; | ||
import getAppsignalClient from "./getAppsignalClient"; | ||
export { AppsignalErrorBoundary, getAppsignalClient }; | ||
export { ErrorBoundary, getAppsignalClient }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@drieam/appsignal", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "dist/cjs/index.js", | ||
@@ -23,3 +23,2 @@ "module": "dist/esm/index.js", | ||
"@appsignal/javascript": "^1.3.13", | ||
"@appsignal/plugin-breadcrumbs-console": "^1.1.13", | ||
"@appsignal/plugin-breadcrumbs-network": "^1.1.13", | ||
@@ -30,5 +29,2 @@ "@appsignal/plugin-path-decorator": "^1.0.7", | ||
}, | ||
"peerDependencies": { | ||
"react": ">= 16.8.6 <= 18.1.0" | ||
}, | ||
"publishConfig": { | ||
@@ -38,3 +34,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"gitHead": "b053d15837b0537df7d143ef1e3722b6a69e55e0" | ||
"gitHead": "dec1daef87a3e685bd8de1d4705eeed704fe0888" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5
12157
26
122
- Removed@appsignal/plugin-breadcrumbs-console@1.1.35(transitive)