Get working sentry for the UI
Previously it almost, but didn't quite work. Now it actually works, but the stack traces are minified.
This commit is contained in:
parent
2f6cbe59eb
commit
0c464a9963
6 changed files with 37 additions and 18 deletions
|
|
@ -35,11 +35,16 @@ export interface TegolaURLs {
|
|||
nidus: string;
|
||||
rmo: string;
|
||||
}
|
||||
export interface Version {
|
||||
build_time: string;
|
||||
is_modified: boolean;
|
||||
revision: string;
|
||||
}
|
||||
export interface APIProperties {
|
||||
environment: string;
|
||||
sentry_dsn: string;
|
||||
tegola: TegolaURLs;
|
||||
version: string;
|
||||
version: Version;
|
||||
}
|
||||
export interface BoundsDTO {
|
||||
min: Location;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue