Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
378a6cd
[v7] feat: Remove references to @sentry/apm (#4845)
AbhiPrasad Apr 7, 2022
7e50a94
[v7] feat(core): Delete API class (#4848)
AbhiPrasad Apr 7, 2022
d2fe512
[v7] feat: Delete deprecated `startSpan` and `child` methods (#4849)
AbhiPrasad Apr 7, 2022
50395bd
feat(core): Remove whitelistUrls/blacklistUrls (#4850)
AbhiPrasad Apr 7, 2022
b12e864
feat(gatsby): Remove Sentry from window (#4857)
AbhiPrasad Apr 7, 2022
6623d43
feat(hub): Remove getActiveDomain (#4858)
AbhiPrasad Apr 7, 2022
9094492
feat(types): Remove deprecated user dsn field (#4864)
AbhiPrasad Apr 7, 2022
ffb8b16
feat(hub): Remove setTransaction scope method (#4865)
AbhiPrasad Apr 7, 2022
7ea63c7
[v7] feat: Drop support for Node 6 (#4851)
AbhiPrasad Apr 7, 2022
68317c4
[v7] feat(tracing): Rename registerRequestInstrumentation -> instrume…
AbhiPrasad Apr 7, 2022
780512b
fix(test): Increase MongoMemoryServer creation timeout (#4881)
Lms24 Apr 7, 2022
7d3a3bf
[v7] feat(node): Remove deprecated `frameContextLines` (#4884)
timfish Apr 7, 2022
9d29071
[v7] feat(browser): Remove top level eventbuilder exports (#4887)
timfish Apr 7, 2022
cbbc15d
ref(build): Update to TypeScript 3.8.3 (#4895)
lobsterkatie Apr 7, 2022
14bb9ac
build(bundles): Stop publishing CDN bundles on npm (#4901)
Apr 8, 2022
4bb3c64
feat(types): Delete RequestSessionStatus enum (#4889)
AbhiPrasad Apr 8, 2022
2e1eaf3
[v7] feat(types): Delete Status enum (#4891)
AbhiPrasad Apr 8, 2022
899ed58
ref(build): Rename `dist` directories to `cjs` (#4900)
Lms24 Apr 8, 2022
780af57
feat(integrations): Remove old angular, ember, and vue integrations (…
AbhiPrasad Apr 8, 2022
2123da5
feat(types): Delete SessionStatus enum (#4890)
AbhiPrasad Apr 8, 2022
b2f361d
meta: 7.0.0-alpha.0 changelog (#4892)
AbhiPrasad Apr 8, 2022
381183e
fix(build): Skip flags file when building integration bundles (#4906)
lobsterkatie Apr 9, 2022
7fa3e8c
fix(dev): Standardize yarn `clean` scripts (#4909)
lobsterkatie Apr 11, 2022
05504b3
chore(dev): Remove redundant `.gitignore` in `utils` package (#4905)
lobsterkatie Apr 11, 2022
4f0469b
ref(dev): Centralize jest config (#4907)
lobsterkatie Apr 11, 2022
66f63de
release: 7.0.0-alpha.0
getsentry-bot Apr 11, 2022
66727fd
Merge branch 'release/7.0.0-alpha.0' into 7.x
Apr 11, 2022
de739c9
Add migration guide for v7 (#4910)
Apr 11, 2022
144bec3
feat(browser): Add debugging hints to browser integration tests (#4914)
lobsterkatie Apr 11, 2022
2ecf1e5
feat: Remove usage of deprecated `event.stacktrace` (#4885)
timfish Apr 11, 2022
af7abc0
chore(dev): Update `jest` and friends (#4897)
lobsterkatie Apr 11, 2022
f2c8cee
fix(dev): Fix unit test debugging configuration (#4915)
lobsterkatie Apr 12, 2022
7079520
ref(backend): Port functionality from Backend to Client (#4911)
Lms24 Apr 12, 2022
58b9c4e
docs(migration): Add section for renaming of CDN bundles (#4918)
Apr 12, 2022
3f59f9d
ref(backend): Delete Backend classes (#4919)
Lms24 Apr 12, 2022
0f10358
fix(wasm): Ensure wasm bundle exists before running wasm tests (#4916)
lobsterkatie Apr 12, 2022
f3e9384
ref: Expose configurable stack parser (#4902)
timfish Apr 12, 2022
6445db2
feat: Remove stack parser support for Opera pre v15 (#4923)
timfish Apr 12, 2022
20b8c52
ref(measurements): Update `setMeasurements` to only set a single meas…
Apr 13, 2022
b5fd785
ref(measurements): Make `setMeasurement` public API (#4933)
Apr 13, 2022
292075f
ref(types): Stop using `Severity` enum (#4926)
lobsterkatie Apr 14, 2022
5fa71bb
ref(build): Turn on `isolatedModules` TS option (#4896)
lobsterkatie Apr 14, 2022
96d1e05
chore(types): Update `@types/jest` (#4929)
lobsterkatie Apr 14, 2022
71d1aba
ref(client): Inject Transports into Client (#4921)
Lms24 Apr 14, 2022
bf2dc7b
doc(migration): Add `Backend` removal and `Transport` injection to mi…
Lms24 Apr 14, 2022
df32f93
doc(migration): Add enum removal and deprecation section to migration…
Lms24 Apr 14, 2022
d5c1d58
feat(eventprocessors): Add name field to EventProcessor (#4932)
Apr 14, 2022
be9465b
meta: 7.0.0-alpha.1 changelog (#4939)
AbhiPrasad Apr 14, 2022
90c83f1
release: 7.0.0-alpha.1
getsentry-bot Apr 14, 2022
d6c397d
Merge branch 'release/7.0.0-alpha.1' into 7.x
Apr 14, 2022
ffc80e2
chore(gatsby): Create type declarations for gatsby plugin files (#4928)
lobsterkatie Apr 14, 2022
503b798
feat(typescript): Remove tslint (#4940)
AbhiPrasad Apr 14, 2022
2593be0
ref(test): Switch to `mongodb-memory-server-global`. (#4872)
onurtemizkan Apr 14, 2022
961d3af
fix(tests): Use non-delayed success endpoints to test `crashed` and `…
onurtemizkan Apr 14, 2022
0cf5fb5
ref(utils): remove `forget` async utility function (#4941)
Lms24 Apr 14, 2022
f67b1c2
feat(tracing): Add GB unit to device memory tag value (#4935)
dashed Apr 14, 2022
949e90e
fix(build): Cache gatsby plugin types files in CI (#4944)
lobsterkatie Apr 14, 2022
91f2634
fix(tests): Fix type errors in tests (#4908)
lobsterkatie Apr 14, 2022
0b2163b
ref(node): Remove raven-node backward-compat code (#4942)
AbhiPrasad Apr 18, 2022
7e6f7f2
ref(build): Split up rollup config code (#4950)
lobsterkatie Apr 19, 2022
a5ef02c
ref(tests): Suppress unconstructive listener and open handle warnings…
onurtemizkan Apr 19, 2022
6227c7f
feat(core): Introduce seperate client options (#4927)
AbhiPrasad Apr 19, 2022
ff810cb
fix(dev): Check out correct commit in manual GHA `Build & Test` workf…
lobsterkatie Apr 20, 2022
5d74974
ref(baseclient): Simplify the setup logic of integrations (#4952)
Apr 20, 2022
6d7326c
build(bundles): Rename CDN bundles to be es6 per default (#4958)
Apr 21, 2022
45f4320
fix(angular): Use Angular compiler to compile @sentry/angular (#4641)
Lms24 Apr 21, 2022
9b0c759
doc(angular): Add Angular migration instructions to migration doc (#4…
Lms24 Apr 21, 2022
7fb13d7
ref: Enforce stackParser through options. (#4953)
AbhiPrasad Apr 21, 2022
1e0e9d6
feat(tracing): Add Prisma ORM integration. (#4931)
onurtemizkan Apr 21, 2022
8b6c50d
meta(gha): Deploy action enforce-license-compliance.yml (#4961)
chadwhitacre Apr 21, 2022
ac7f186
fix(dev): Correctly lint `scripts` typescript files (#4963)
lobsterkatie Apr 21, 2022
96b37e7
feat(angular): Log warning if SDK is used with an older Angular versi…
Lms24 Apr 22, 2022
6267b54
feat: Switch to new transports (#4943)
AbhiPrasad Apr 25, 2022
c930bf0
port CaptureException
AbhiPrasad Apr 25, 2022
b4b7221
port captureMessage
AbhiPrasad Apr 25, 2022
091524b
port captureEvent
AbhiPrasad Apr 25, 2022
99c9af0
port configureScope
AbhiPrasad Apr 25, 2022
3d3dd2b
port addBreadcrumb
AbhiPrasad Apr 25, 2022
f502374
port setContext
AbhiPrasad Apr 25, 2022
fb505be
port setExtras
AbhiPrasad Apr 25, 2022
79470f0
port setTags
AbhiPrasad Apr 25, 2022
03d08b0
port setExtra
AbhiPrasad Apr 25, 2022
e44b259
port setTag
AbhiPrasad Apr 25, 2022
764be24
port setUser
AbhiPrasad Apr 25, 2022
38eabe3
port withScope
AbhiPrasad Apr 25, 2022
97d161a
delete invokeClient
AbhiPrasad Apr 25, 2022
e9ce479
port startTransaction
AbhiPrasad Apr 25, 2022
596bafc
delete callOnHub
AbhiPrasad Apr 25, 2022
f76d41d
write exports tests
AbhiPrasad Apr 25, 2022
719fa7f
re-org exports
AbhiPrasad Apr 25, 2022
74aed53
delete minimal
AbhiPrasad Apr 25, 2022
fe8e51b
remove minimal from the repo
AbhiPrasad Apr 25, 2022
215d57d
improve synthetic exception in hub
AbhiPrasad Apr 25, 2022
8477f97
add docs about minimal deletion
AbhiPrasad Apr 26, 2022
8d66cba
clean up hub mocks
AbhiPrasad Apr 26, 2022
299e4da
Merge branch '7.x' into v7-abhi-delete-minimal
AbhiPrasad Apr 26, 2022
7a3b90f
add back missing changelog entry
AbhiPrasad Apr 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(types): Remove deprecated user dsn field (#4864)
The `user` dsn component was renamed to `publicKey`. This PR removes that from the dsn field.
  • Loading branch information
AbhiPrasad authored and lobsterkatie committed Apr 7, 2022
commit 9094492d16b5f8396eb6ffc1c9666d9d79814ae5
2 changes: 0 additions & 2 deletions packages/types/src/dsn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ export type DsnProtocol = 'http' | 'https';
export interface DsnComponents {
/** Protocol used to connect to Sentry. */
protocol: DsnProtocol;
/** Public authorization key (deprecated, renamed to publicKey). */
user?: string;
/** Public authorization key. */
publicKey?: string;
/** Private authorization key (deprecated, optional). */
Expand Down
6 changes: 0 additions & 6 deletions packages/utils/src/dsn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ function dsnFromString(str: string): DsnComponents {
}

function dsnFromComponents(components: DsnComponents): DsnComponents {
// TODO this is for backwards compatibility, and can be removed in a future version
if ('user' in components && !('publicKey' in components)) {
components.publicKey = components.user;
}

return {
user: components.publicKey || '',
protocol: components.protocol,
publicKey: components.publicKey || '',
pass: components.pass || '',
Expand Down