Skip to content

Fuse#41

Merged
mitchellhenke merged 6 commits into
masterfrom
fuse
Aug 25, 2016
Merged

Fuse#41
mitchellhenke merged 6 commits into
masterfrom
fuse

Conversation

@mitchellhenke

@mitchellhenke mitchellhenke commented Aug 25, 2016

Copy link
Copy Markdown
Contributor

@jeregrine


This change is Reviewable

Comment thread config/config.exs

config :sasl,
errlog_type: :error,
sasl_error_logger: false

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this is the default I thoug�ht

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I think :fuse messes with it. After adding it, you get pages of:

=CRASH REPORT==== 25-Aug-2016::14:48:56 ===
  crasher:
    initial call: Elixir.SentryTest.MyGenServer:init/1
    pid: <0.347.0>
    registered_name: []
    exception exit: {#{'__exception__' => true,
                       '__struct__' => 'Elixir.RuntimeError',
                       message => <<"oops">>},
                     [{'Elixir.SentryTest.MyGenServer',handle_call,3,
                          [{file,"test/sentry_test.exs"},{line,25}]},
                      {gen_server,try_handle_call,4,
                          [{file,"gen_server.erl"},{line,629}]},
                      {gen_server,handle_msg,5,
                          [{file,"gen_server.erl"},{line,661}]},
                      {proc_lib,init_p_do_apply,3,
                          [{file,"proc_lib.erl"},{line,240}]}]}
      in function  gen_server:terminate/7 (gen_server.erl, line 826)
    ancestors: [<0.345.0>]
    messages: []
    links: []
    dictionary: []
    trap_exit: false
    status: running
    heap_size: 610
    stack_size: 27
    reductions: 153
  neighbours:

=CRASH REPORT==== 25-Aug-2016::14:48:56 ===
  crasher:
    initial call: Elixir.Logger.Watcher:init/1
    pid: <0.349.0>
    registered_name: []
...

@jeregrine

Copy link
Copy Markdown
Contributor

LGTM

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.

2 participants