lalabuy948 / PhoenixAnalytics

📊 Plug and play analytics for Phoenix applications.
https://theindiestack.com/analytics
Apache License 2.0
270 stars 10 forks source link

Router conflict with ErrorTracker #2

Closed wkirschbaum closed 2 months ago

wkirschbaum commented 2 months ago

The following error pops up when used with error tracker:

error: function parse_options/2 imported from both PhoenixAnalytics.Web.Router and ErrorTracker.Web.Router, call is ambiguous

Would it be possible to move the function parse_options/2 to another module and not import it?

lalabuy948 commented 2 months ago

Hi @wkirschbaum thank you very much for spotting and reporting it! Will be resolved in upcoming release very soon!

lalabuy948 commented 2 months ago

@wkirschbaum updated release available here. Closing issue up for now, let know if you still face same issue.

wkirschbaum commented 2 months ago

@lalabuy948 fantastic thanks! It works now. Thanks for a great library.