@appsignal/preact
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -1,5 +0,5 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __assign, __extends } from "tslib"; | ||
import { Component } from "preact"; | ||
var ErrorBoundary = (function (_super) { | ||
tslib_1.__extends(ErrorBoundary, _super); | ||
__extends(ErrorBoundary, _super); | ||
function ErrorBoundary() { | ||
@@ -21,3 +21,3 @@ var _this = _super !== null && _super.apply(this, arguments) || this; | ||
}) | ||
.setTags(tslib_1.__assign({ framework: "Preact" }, tags)); | ||
.setTags(__assign({ framework: "Preact" }, tags)); | ||
appsignal.send(span); | ||
@@ -24,0 +24,0 @@ this.setState({ error: error }); |
{ | ||
"name": "@appsignal/preact", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"main": "dist/cjs/index.js", | ||
@@ -27,3 +27,3 @@ "module": "dist/esm/index.js", | ||
}, | ||
"gitHead": "59dc875708a7e6138cfd60960e5f9036e885e64c" | ||
"gitHead": "474edc030d75f7637bf8591577568333c3e88d7b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23241
35
231