We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42366bc commit e55b4c9Copy full SHA for e55b4c9
src/main/java/org/maxgamer/quickshop/util/reporter/error/RollbarErrorReporter.java
@@ -68,7 +68,7 @@ public class RollbarErrorReporter implements IErrorReporter {
68
69
public RollbarErrorReporter(@NotNull QuickShop plugin) {
70
this.plugin = plugin;
71
- Config config = ConfigBuilder.withAccessToken("164c5246fa464ae4a6a0867a856d4062")
+ Config config = ConfigBuilder.withAccessToken("c386df69d08440d9a3d982cf98b53ed6")
72
.environment(Util.isDevEdition() ? "development" : "production")
73
.platform(plugin.getServer().getVersion())
74
.codeVersion(QuickShop.getVersion())
0 commit comments