Log version to raygun
This commit is contained in:
parent
20b5a6c577
commit
27e51620b8
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ import { Provider } from "react-redux";
|
|||
|
||||
raygun("apiKey", "mtj24r3YzPoYyCG8cVArA");
|
||||
raygun("enableCrashReporting", true);
|
||||
if (typeof process.env.REACT_APP_VERSION === "string" && process.env.REACT_APP_VERSION.length > 0) {
|
||||
raygun("setVersion", process.env.REACT_APP_VERSION);
|
||||
}
|
||||
|
||||
function render() {
|
||||
ReactDOM.render(
|
||||
|
|
Loading…
Reference in a new issue