Skip to content

Commit

Permalink
Add entry about debug logging getter and setter
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Nov 22, 2024
1 parent 9454d91 commit f5b48c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [Unreleased]

### Added

- `isDebugLoggingEnabled` and `setDebugLogging(value: boolean)` to check and set whether debug logging is enabled. Debug logging helps diagnose problems and trace the flow of execution within the Player and **should not be enabled in production** as it may log sensitive or confidential information to the console.

## [0.32.0] - 2024-11-14

### Added
Expand Down

0 comments on commit f5b48c1

Please sign in to comment.