Skip to content

Commit

Permalink
Rename sentry-error-logging to error-logging (#48)
Browse files Browse the repository at this point in the history
* Rename sentry-error-logging to error-logging

* Bump up version
  • Loading branch information
AlizeCanopy authored May 16, 2023
1 parent 9e93ee9 commit 2f2623d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "single-spa-canopy",
"version": "3.0.4",
"version": "3.1.0",
"description": "Some helpers for single-spa child apps at canopy",
"main": "lib/amd/single-spa-canopy.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/overlays.helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function createOverlayWithText (opts, props, elementToAppendChild, classes) {
childDiv.appendChild(appNameDiv);

SystemJS
.import('sentry-error-logging!sofe')
.import('error-logging!sofe')
.then(sentry => {
if (typeof sentry.serviceNameToSquad === 'function') {
const squadDiv = document.createElement('div');
Expand Down

0 comments on commit 2f2623d

Please sign in to comment.