Conversation
geekgonecrazy
approved these changes
May 29, 2018
exceptions channel
sampaiodiego
pushed a commit
that referenced
this pull request
May 30, 2018
…to-channel-before-startup [FIX] Application crashing on startup when trying to log errors to `exceptions` channel
engelgabriel
added a commit
that referenced
this pull request
Jun 4, 2018
* master: Bump version to 0.65.1 Merge pull request #10940 from RocketChat/fix-livechat-not-loading Merge pull request #10934 from RocketChat/prevent-sending-exceptions-to-channel-before-startup Merge pull request #10928 from RocketChat/fix-email-notification-link Merge pull request #10904 from RocketChat/lazyload-fix-regression Merge pull request #10851 from RocketChat/leave-room-bug fix search shortcut text Display vertical scrollbar on demand # Conflicts: # .docker/Dockerfile # .docker/Dockerfile.rhel # .sandstorm/sandstorm-pkgdef.capnp # .travis/snap.sh # HISTORY.md # package.json # packages/rocketchat-lib/rocketchat.info
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #10899
Registering the error handler after
Mateor.startupwill not prevent errors from happening but if one is usingLog exceptions to channelfeature it will show where exactly the error is happening instead of trying to send a message before the whole server is up and then blamingAppslike the msg bellow (the following error was caused intentionally by adding athrow 'anything'at any place):I have done additional changes to the file, but the only important one to fix the issue is the Meteor.startup() wrap