Alexis Bernard

Results 36 comments of Alexis Bernard

Thanks for the report. This error is a mistery for me, since [Exception#backtrace_locations](https://ruby-doc.org/core-2.7.6/Exception.html#method-i-backtrace_locations) is supposed to return an array. I need to understand why the original backtrace is a string....

I have added a fallback to the old way in this case and some logging. Can you try to reproduce with the following version in your Gemfile please ? ```ruby...

Do you have more details about the origin exception where backtrace_locations returns a string ?

Thanks for the suggestion. I have to give it a try.

There is no sass files, so I don't really understand from where is this error coming. Can you try with directly with the version from GitHub ? ```ruby gem "active_analytics",...

I can't reproduce with redis gem 4.1.3. What is your Redis server version ? I already tried with 4.0.9, 5.0.8 and 6.0rc3.

I don't want to maintain a npm package for 2 files. Maybe I could include them into the gem, but that is not a priority.

Of course you looking for an automatic process, but an alternative would be to copy the agent.js file into your vendor/assets. I do not update this file really often.

There is no more asset pipeline dependency so I close the issue. Not released yet, but if you want to give it another try : `gem "active_analytics", git: "https://github.com/BaseSecrete/active_analytics.git"`.

@kentaroi could you merge this pull request please ? That would be great :-)