Andy

Results 3 comments of Andy

We are facing this issue too. We are on 2.1.0 This is our config ``` Raven.config(config.sentryBackendUrl, { release: appVars.gitCommitID, environment: config.environment }).install(); ``` ``` RangeError: Invalid string length at join...

@alexanderdean thanks for the tip. I have a beanstalk project and I like using lein-beanstalk to deploy. How do I incorporate your robert.hooke fix in my current project. Thanks :)

@alexanderdean figured it out. created a task mybeanstalk which calls the other beanstalk after applying the hook. Thanks for doing most of the research :)