Georg Ledermann

Results 16 issues of Georg Ledermann

For JS error tracking, it is necessary to load the agent from your CDN: ```html RorVsWild.start({apiKey: "YOUR_API_KEY"}) ``` To minimize requests to external servers, I prefer loading JS from my...

Since yesterday (2023-12-30 20:49:00 UTC+1) I get this in all my apps using RorVsWild: ``` ERROR -- : /usr/local/lib/ruby/3.3.0/net/protocol.rb:43:in `ssl_socket_connect': Net::OpenTimeout from /usr/local/lib/ruby/3.3.0/net/http.rb:1674:in `connect' from /usr/local/lib/ruby/3.3.0/net/http.rb:2388:in `begin_transport' from /usr/local/lib/ruby/3.3.0/net/http.rb:2332:in `transport_request'...

In one of my applications, I'm using [Rodauth](https://github.com/jeremyevans/rodauth) for user authentication. After installing `rorvswild` into this application, an exception is raised inside the gem when trying to authenticate: ![Exception screenshot](https://github.com/BaseSecrete/rorvswild/assets/3557/c0346e48-d9dd-41ce-b15a-6955d812a175)...

IMHO, using ``` attr_accessor :current_tenant ``` is not thread-safe. You should use ``` Thread.current[:current_tenant] ``` instead.

### What version of `vite` are you using? 3.0.9 ### System info and storybook versions ``` System: OS: macOS 12.5.1 CPU: (20) arm64 Apple M1 Ultra Binaries: Node: 18.7.0 -...

bug