Compare commits
No commits in common. "v0.5.0-develop.1" and "v0.4.2-develop.1" have entirely different histories.
v0.5.0-dev
...
v0.4.2-dev
|
@ -1,10 +1,3 @@
|
|||
# [0.5.0-develop.1](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.2-develop.1...v0.5.0-develop.1) (2023-08-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add error tracking support via glitchtip ([e5e5e4c](https://git.lumeweb.com/LumeWeb/extension/commit/e5e5e4c9b95740646f93477b38c6246af513ff7e))
|
||||
|
||||
## [0.4.2-develop.1](https://git.lumeweb.com/LumeWeb/extension/compare/v0.4.1...v0.4.2-develop.1) (2023-08-13)
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
|
||||
"manifest_version": 2,
|
||||
"name": "Lume Web",
|
||||
"version": "0.5.0-develop.1",
|
||||
"version": "0.4.2-develop.1",
|
||||
"homepage_url": "https://lumeweb.com",
|
||||
"icons": {
|
||||
"48": "icon.png",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/extension",
|
||||
"version": "0.5.0-develop.1",
|
||||
"version": "0.4.2-develop.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/extension",
|
||||
"version": "0.5.0-develop.1",
|
||||
"version": "0.4.2-develop.1",
|
||||
"dependencies": {
|
||||
"@helia/unixfs": "^1.4.0",
|
||||
"@lumeweb/kernel-dns-client": "^0.1.0-develop.4",
|
||||
|
@ -23,7 +23,6 @@
|
|||
"@noble/ciphers": "^0.1.4",
|
||||
"@peculiar/webcrypto": "^1.4.3",
|
||||
"@scure/bip39": "^1.2.1",
|
||||
"@sentry/browser": "^7.63.0",
|
||||
"binconv": "^0.2.0",
|
||||
"classnames": "^2.3.2",
|
||||
"ed25519-keygen": "^0.4.1",
|
||||
|
@ -3840,82 +3839,6 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry-internal/tracing": {
|
||||
"version": "7.63.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.63.0.tgz",
|
||||
"integrity": "sha512-Fxpc53p6NGvLSURg3iRvZA0k10K9yfeVhtczvJnpX30POBuV41wxpkLHkb68fjksirjEma1K3Ut1iLOEEDpPQg==",
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.63.0",
|
||||
"@sentry/types": "7.63.0",
|
||||
"@sentry/utils": "7.63.0",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/browser": {
|
||||
"version": "7.63.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/browser/-/browser-7.63.0.tgz",
|
||||
"integrity": "sha512-P1Iw/2281C/7CUCRsN4jgXvjMNKnrwKqxRg7JqN8eVeCDPMpOeEPHNJ6YatEXdVLTKVn0JB7L63Q1prhFr8+SQ==",
|
||||
"dependencies": {
|
||||
"@sentry-internal/tracing": "7.63.0",
|
||||
"@sentry/core": "7.63.0",
|
||||
"@sentry/replay": "7.63.0",
|
||||
"@sentry/types": "7.63.0",
|
||||
"@sentry/utils": "7.63.0",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/core": {
|
||||
"version": "7.63.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.63.0.tgz",
|
||||
"integrity": "sha512-13Ljiq8hv6ieCkO+Am99/PljYJO5ynKT/hRQrWgGy9IIEgUr8sV3fW+1W6K4/3MCeOJou0HsiGBjOD1mASItVg==",
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.63.0",
|
||||
"@sentry/utils": "7.63.0",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/replay": {
|
||||
"version": "7.63.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/replay/-/replay-7.63.0.tgz",
|
||||
"integrity": "sha512-ikeFVojuP9oDF103blZcj0Vvb4S50dV54BESMrMW2lYBoMMjvOd7AdL+iDHjn1OL05/mv1C6Oc8MovmvdjILVA==",
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.63.0",
|
||||
"@sentry/types": "7.63.0",
|
||||
"@sentry/utils": "7.63.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/types": {
|
||||
"version": "7.63.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.63.0.tgz",
|
||||
"integrity": "sha512-pZNwJVW7RqNLGuTUAhoygt0c9zmc0js10eANAz0MstygJRhQI1tqPDuiELVdujPrbeL+IFKF+7NvRDAydR2Niw==",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/utils": {
|
||||
"version": "7.63.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.63.0.tgz",
|
||||
"integrity": "sha512-7FQv1RYAwnuTuarruP+1+Jd6YQuN7i/Y7KltwPMVEwU7j5mzYQaexLr/Jz1XIdR2KYVdkbXQyP8jj8BmA6u9Jw==",
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.63.0",
|
||||
"tslib": "^2.4.1 || ^1.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sigstore/protobuf-specs": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lumeweb/extension",
|
||||
"version": "0.5.0-develop.1",
|
||||
"version": "0.4.2-develop.1",
|
||||
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
@ -49,7 +49,6 @@
|
|||
"@noble/ciphers": "^0.1.4",
|
||||
"@peculiar/webcrypto": "^1.4.3",
|
||||
"@scure/bip39": "^1.2.1",
|
||||
"@sentry/browser": "^7.63.0",
|
||||
"binconv": "^0.2.0",
|
||||
"classnames": "^2.3.2",
|
||||
"ed25519-keygen": "^0.4.1",
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
export const SENTRY_DSN =
|
||||
"https://366406d802a646a7a82363a4486a5103@errortracker.lumeweb.com/1";
|
|
@ -1,10 +1,7 @@
|
|||
import { createRoot } from "react-dom";
|
||||
import React from "react";
|
||||
import * as Sentry from "@sentry/browser";
|
||||
import App from "./apps/account/App.tsx";
|
||||
import { SENTRY_DSN } from "../shared/constants.ts";
|
||||
|
||||
Sentry.init({ dsn: SENTRY_DSN });
|
||||
import App from "./apps/account/App.tsx";
|
||||
|
||||
const root = createRoot(document.getElementById("app"));
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
import { createRoot } from "react-dom";
|
||||
import React from "react";
|
||||
import App from "./apps/dashboard/App.jsx";
|
||||
import { SENTRY_DSN } from "../shared/constants.ts";
|
||||
|
||||
Sentry.init({ dsn: SENTRY_DSN });
|
||||
import App from "./apps/dashboard/App.jsx";
|
||||
|
||||
const root = createRoot(document.getElementById("app"));
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
import { createRoot } from "react-dom";
|
||||
import React from "react";
|
||||
import App from "./apps/onboarding/App.tsx";
|
||||
import { SENTRY_DSN } from "../shared/constants.ts";
|
||||
|
||||
Sentry.init({ dsn: SENTRY_DSN });
|
||||
import App from "./apps/onboarding/App.tsx";
|
||||
|
||||
const root = createRoot(document.getElementById("app"));
|
||||
|
||||
|
|
Reference in New Issue