Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v5] Major utils rewrite #1902

Merged
merged 6 commits into from
Feb 19, 2019
Merged

[v5] Major utils rewrite #1902

merged 6 commits into from
Feb 19, 2019

Conversation

kamilogorek
Copy link
Contributor

No description provided.

@kamilogorek kamilogorek requested a review from HazAT February 19, 2019 10:47
@kamilogorek kamilogorek changed the base branch from master to major/5 February 19, 2019 10:47
@getsentry-bot
Copy link
Contributor

getsentry-bot commented Feb 19, 2019

Messages
📖 ✅ TSLint passed
📖 @sentry/browser gzip'ed minified size: 21.1592 kB

Generated by 🚫 dangerJS against 619ff2c

@kamilogorek kamilogorek changed the title Utils rewamp [v5] Major utils rewrite Feb 19, 2019
@@ -82,7 +82,7 @@ export class Vue implements Integration {
}
}

if (!isUndefined(info)) {
if (info !== void 0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ JS

@@ -67,7 +65,7 @@ export class Dsn implements DsnComponents {
path = split.slice(0, -1).join('/');
projectId = split.pop() as string;
}
assign(this, { host, pass, path, projectId, port, protocol, user });
Object.assign(this, { host, pass, path, projectId, port, protocol, user });
Copy link
Member

@HazAT HazAT Feb 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jtfr, I know we talked offline but for documentation this will break IE 10 for sure.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also IE11....

@HazAT HazAT added this to the 5.0.0 milestone Feb 19, 2019
@HazAT HazAT merged commit c8ce1eb into major/5 Feb 19, 2019
@HazAT HazAT deleted the normalization-rewrite branch February 19, 2019 14:24
kamilogorek added a commit that referenced this pull request Feb 19, 2019
* ref: Move ExtendedError to a types package

* ref: Remove assign util in favor of Object.assign

* ref: Pass Event to sendEvent instead of just a body

* ref: Remove isArray and isNaN utils

* ref: Rewrite normalization and removed unused utils

* Utils rewamp changelog
HazAT pushed a commit that referenced this pull request Feb 20, 2019
* ref: Move ExtendedError to a types package

* ref: Remove assign util in favor of Object.assign

* ref: Pass Event to sendEvent instead of just a body

* ref: Remove isArray and isNaN utils

* ref: Rewrite normalization and removed unused utils

* Utils rewamp changelog
HazAT pushed a commit that referenced this pull request Feb 21, 2019
* ref: Move ExtendedError to a types package

* ref: Remove assign util in favor of Object.assign

* ref: Pass Event to sendEvent instead of just a body

* ref: Remove isArray and isNaN utils

* ref: Rewrite normalization and removed unused utils

* Utils rewamp changelog
kamilogorek added a commit that referenced this pull request Feb 26, 2019
* ref: Move ExtendedError to a types package
* ref: Remove assign util in favor of Object.assign
* ref: Pass Event to sendEvent instead of just a body
* ref: Remove isArray and isNaN utils
* ref: Rewrite normalization and removed unused utils
HazAT pushed a commit that referenced this pull request Mar 19, 2019
* ref: Move ExtendedError to a types package
* ref: Remove assign util in favor of Object.assign
* ref: Pass Event to sendEvent instead of just a body
* ref: Remove isArray and isNaN utils
* ref: Rewrite normalization and removed unused utils
HazAT pushed a commit that referenced this pull request Mar 20, 2019
* ref: Move ExtendedError to a types package
* ref: Remove assign util in favor of Object.assign
* ref: Pass Event to sendEvent instead of just a body
* ref: Remove isArray and isNaN utils
* ref: Rewrite normalization and removed unused utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants