Skip to content

Commit b701ddc

Browse files
author
grove693
committed
Defaults for Config Object
1 parent 96bc73a commit b701ddc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>dev.inspector</groupId>
66
<artifactId>agent</artifactId>
7-
<version>0.1.4</version>
7+
<version>0.1.5</version>
88

99
<name>agent</name>
1010

src/main/java/dev/inspector/agent/model/Config.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ public class Config {
77
private Boolean enabled = true;
88

99
private Integer maxEntries = 100;
10-
private String version = "1.9.10";
10+
private String version;
1111

1212
public Config(String ingestionKey){
1313
this.ingestionKey = ingestionKey;
14+
this.version = "0.0.5";
15+
this.url = "https://ingest.inspector.dev";
1416
}
1517

1618

0 commit comments

Comments
 (0)