A new open source error tracker in Elixir!

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 10

  • @MrXtiam
    @MrXtiam 3 หลายเดือนก่อน +13

    Author of ErrorTracker here. This video is awesome, thanks for making it!
    I just want to mention that the `use ErrorTracker.Integrations.Plug` is just needed if you are doing extra work on the Endpoint.
    Most projects won't need to do that as, by default, Phoenix keeps the Endpoint lean and error-free. In such cases the default Phoenix integration will suffice and it doesn't require you to do anything special as it attaches automatically to Phoenix telemetry.

    • @lalabuy948
      @lalabuy948 3 หลายเดือนก่อน +1

      Do you use any specific features of posgres or we can expect support for other databases in the future?

  • @dr_regularlove
    @dr_regularlove 3 หลายเดือนก่อน +3

    I was literally just thinking a few weeks ago how something drop-in like this would be handy for starting like 99% of MVP apps, rather than immediately going to a third party like Sentry. Similar to what we used to do in the very early Rails days. Very cool!

  • @codestirring
    @codestirring 3 หลายเดือนก่อน +4

    This is so awesome. Replacing Sentry in my apps with this.
    Keep up this Elixir content, it's always so useful!

  • @dhonydev
    @dhonydev 3 หลายเดือนก่อน +2

    As always, awesome content. Thanks for it.

  • @bweis96
    @bweis96 3 หลายเดือนก่อน +1

    Super cool! Know of a Rails equivalent?

    • @CodeAndStuff
      @CodeAndStuff  3 หลายเดือนก่อน +1

      Looks like there’s a gem called solid errors, but I haven’t used it: github.com/fractaledmind/solid_errors

    • @MrXtiam
      @MrXtiam 3 หลายเดือนก่อน +3

      Solid Errors was definitely an inspiration for us to build ErrorTracker!

  • @petercooper490
    @petercooper490 2 หลายเดือนก่อน

    Is there a reason you mention Postgres and not “Postgres or SQLite”? I see a migration file for SQLite so assume it’s supported?

    • @CodeAndStuff
      @CodeAndStuff  2 หลายเดือนก่อน

      The video was recorded and released before SQLite support was added.