Skip to content

Template exceptions are using console.log not console.error #314

Open
@haveaguess

Description

@haveaguess

We dont see template exceptions bubble up into our unhandled exception handler (Sentry) because Blaze catches them and reports to console as info, instead of as error.

image

image

Equally what if I want my app to fail fast on any template error instead of continuing in a broken state? This is not possible because blaze doesn't have option to rethrow/bubble up unhandled?

We're using Meteor 1.10.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    good-first-issueGood first issue or something that should is nice to do.readyWe've decided how to solve or implement it

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions