Questions tagged [logrocket]

LogRocket is a JavaScript software development kit (SDK) for logging user interactions with a Web site. Use this tag for questions regarding the LogRocket SDK.

14 questions
2
votes
1 answer

Logrotate of /var/log/messages files

How can I set log rotate to, /var/log/messages files, all the files with the name "messages", rotate every 4 days (to keep last 4 files), not to generate any error messages?? /var/log/messsages-* { dateext maxage 3 rotate 4 missingok nocompress } Is…
2
votes
1 answer

Workaround for session rate-limiting/throttling in LogRocket

Since LogRocket doesn't have an inbuilt way to rate-limit the number of sessions, is there a way to do it by ourselves? Suggestions please.
karthikaruna
  • 3,042
  • 7
  • 26
  • 37
1
vote
6 answers

Caused by: org.gradle.api.GradleException: Cannot find a version of 'com.google.protobuf:protobuf-javalite' that satisfies the version constraints:

I am facing an error while building an android app with react-native, If anyone has an idea then help me out. Task failed with an exception. ----------- * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve…
1
vote
0 answers

Tinymce WYSIWYG Editor blocked in logrocket

Does Tinymce editor have any security functionality built-in that would blocked services like logrocket from seeing the text in the editor, and if so is there a way to disable it? I spoke with logrocket support and they informed me that it's not…
1
vote
0 answers

empty log rocket console messages?

I'm seeing a lot of empty console entries in LogRocket: LogRocket is definitely capable of logging JS errors as this script demonstrates: