Skip to content

Commit 80edac4

Browse files
committed
build: Only include @sentry/browser for bundle
1 parent 149ff46 commit 80edac4

File tree

4 files changed

+3
-53
lines changed

4 files changed

+3
-53
lines changed

packages/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"@sentry/browser": "5.19.2",
2019
"@sentry/hub": "5.19.2",
2120
"@sentry/minimal": "5.19.2",
2221
"@sentry/types": "5.19.2",
2322
"@sentry/utils": "5.19.2",
2423
"tslib": "^1.9.3"
2524
},
2625
"devDependencies": {
26+
"@sentry/browser": "5.19.2",
2727
"@types/express": "^4.17.1",
2828
"@types/jsdom": "^16.2.3",
2929
"jest": "^24.7.1",

packages/tracing/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const paths = {
2727
'@sentry/hub': ['../hub/src'],
2828
'@sentry/types': ['../types/src'],
2929
'@sentry/minimal': ['../minimal/src'],
30+
'@sentry/browser': ['../browser/src'],
3031
};
3132

3233
const plugins = [

packages/tracing/src/index.bundle.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// tslint:disable: no-implicit-dependencies
12
export {
23
Breadcrumb,
34
Request,

yarn.lock

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,58 +1117,6 @@
11171117
universal-user-agent "^2.0.0"
11181118
url-template "^2.0.8"
11191119

1120-
1121-
version "5.19.0"
1122-
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-5.19.0.tgz#9189b6633fe45e54325e40b39345d9eabd171e4a"
1123-
integrity sha512-Cz8PnzC5NGfpHIGCmHLgA6iDEBVELwo4Il/iFweXjs4+VL4biw62lI32Q4iLCCpmX0t5UvrWBOnju2v8zuFIjA==
1124-
dependencies:
1125-
"@sentry/core" "5.19.0"
1126-
"@sentry/types" "5.19.0"
1127-
"@sentry/utils" "5.19.0"
1128-
tslib "^1.9.3"
1129-
1130-
1131-
version "5.19.0"
1132-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.19.0.tgz#31b08a0b46ae1ee6863447225b401ac2a777774c"
1133-
integrity sha512-ry1Zms6jrVQPEwmfywItyUhOgabPrykd8stR1x/u2t1YiISWlR813fE5nzdwgW5mxEitXz/ikTwvrfK3egsDWQ==
1134-
dependencies:
1135-
"@sentry/hub" "5.19.0"
1136-
"@sentry/minimal" "5.19.0"
1137-
"@sentry/types" "5.19.0"
1138-
"@sentry/utils" "5.19.0"
1139-
tslib "^1.9.3"
1140-
1141-
1142-
version "5.19.0"
1143-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-5.19.0.tgz#f38e7745a4980d9fa6c5baeca5605e7e6fecd5ac"
1144-
integrity sha512-UFaQLa1XAa02ZcxUmN9GdDpGs3vHK1LpOyYooimX8ttWa4KAkMuP+O5uXH1TJabry6o/cRwYisg2k6PBSy8gxw==
1145-
dependencies:
1146-
"@sentry/types" "5.19.0"
1147-
"@sentry/utils" "5.19.0"
1148-
tslib "^1.9.3"
1149-
1150-
1151-
version "5.19.0"
1152-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-5.19.0.tgz#aa5a700618608ea79d270280fe77f04bbb44ed5a"
1153-
integrity sha512-3FHgirwOuOMF4VlwHboYObPT9c0S9b9y5FW0DGgNt8sJPezS00VaJti/38ZwOHQJ4fJ6ubt/Y3Kz0eBTVxMCCQ==
1154-
dependencies:
1155-
"@sentry/hub" "5.19.0"
1156-
"@sentry/types" "5.19.0"
1157-
tslib "^1.9.3"
1158-
1159-
1160-
version "5.19.0"
1161-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-5.19.0.tgz#30c6a05040b644d90337ef8b50d9d59c0872744d"
1162-
integrity sha512-NlHLS9mwCEimKUA5vClAwVhXFLsqSF3VJEXU+K61fF6NZx8zfJi/HTrIBtoM4iNSAt9o4XLQatC1liIpBC06tg==
1163-
1164-
1165-
version "5.19.0"
1166-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-5.19.0.tgz#0e01f84aa67a1cf2ec71faab670230918ea7e9aa"
1167-
integrity sha512-EU/T9aJrI8isexRnyDx5InNw/HjSQ0nKI7YWdiwfFrJusqQ/uisnCGK7vw6gGHDgiAHMXW3TJ38NHpNBin6y7Q==
1168-
dependencies:
1169-
"@sentry/types" "5.19.0"
1170-
tslib "^1.9.3"
1171-
11721120
"@sinonjs/commons@^1", "@sinonjs/commons@^1.4.0":
11731121
version "1.4.0"
11741122
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.4.0.tgz#7b3ec2d96af481d7a0321252e7b1c94724ec5a78"

0 commit comments

Comments
 (0)