Skip to content

Commit e55b4c9

Browse files
Replace Rollbar token
1 parent 42366bc commit e55b4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/reporter/error/RollbarErrorReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class RollbarErrorReporter implements IErrorReporter {
6868

6969
public RollbarErrorReporter(@NotNull QuickShop plugin) {
7070
this.plugin = plugin;
71-
Config config = ConfigBuilder.withAccessToken("164c5246fa464ae4a6a0867a856d4062")
71+
Config config = ConfigBuilder.withAccessToken("c386df69d08440d9a3d982cf98b53ed6")
7272
.environment(Util.isDevEdition() ? "development" : "production")
7373
.platform(plugin.getServer().getVersion())
7474
.codeVersion(QuickShop.getVersion())

0 commit comments

Comments
 (0)