./trace-deopt.sh http://localhost:4200Wait until your page renders.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Yield is Fun</title> | |
| </head> | |
| <script type="application/javascript;version=1.7"> | |
| function __genLoop(generator, callback, onend) { | |
| if (callback && typeof callback === 'function') { | |
| try { |
| /** | |
| CONFIGURATION: | |
| // Set your Airbrake API key here [REQ] | |
| AirbrakeNotifier.setKey("XXXX"); | |
| // Set the environment. [OPT] | |
| AirbrakeNotifier.setEnvironment("development"); | |
| // Set the app version [OPT] | |
| AirbrakeNotifier.setAppVersion("1.3.3.7"); |