Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Improve log interception #1257

Open
wants to merge 1 commit into
base: feat/rn-73
Choose a base branch
from

Conversation

zatteo
Copy link
Contributor

@zatteo zatteo commented Oct 28, 2024

  • Support console.group and console.groupEnd
  • Log an message instead of throwing for console.count, console.countReset, console.table, console.time and console.timeEnd which are unsupported by cozy-minilog and/or react-native

group/groupEnd example on React Native metro
Capture d’écran 2024-10-28 à 17 08 31

group/groupEnd example on the webview
Capture d’écran 2024-10-28 à 17 08 48

### ✨ Features

*

### 🐛 Bug Fixes

*

### 🔧 Tech

* Improve log interception

Checklist

Before merging this PR, the following things must have been done if relevant:

  • Tested on iOS
  • Tested on Android
  • Test coverage
  • README and documentation

- Support console.group and console.groupEnd
- Log an message instead of throwing for console.count,
console.countReset, console.table, console.time and console.timeEnd
which are unsupported by cozy-minilog and/or react-native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant