This repository contains the source code for the platformer game in the article: Disabling error alerts at runtime with ConfigCat and elmah.io.
The game was built with Phaser.js. It uses elmah.io and ConfigCat to filter error alerts for specific users.
- A web server (I'll use serve)
- A code editor
- Knowledge of JavaScript
- Basic knowledge of game development is a plus
Follow these steps to run this repository on your computer:
- Clone the repository on your computer.
- Navigate to the newly created folder.
cd feature-flags-with-elmah
- Start the server.
serve
- Visit the server's address in your browser.
Useful links to technical resources. -Elmah.io JavaScript logging guide
ConfigCat also supports many other frameworks and languages. Check out the full list of supported SDKs here.
You can also explore other code samples for various languages, frameworks, and topics here in the ConfigCat labs on GitHub.
Keep up with ConfigCat on Twitter, Facebook, LinkedIn, and GitHub.
Contributions are welcome!