Code Monkey home page Code Monkey logo

cordova-plugins-rollbar's People

Contributors

halkeye avatar staxmanade avatar ucswift avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cordova-plugins-rollbar's Issues

'Rollbar/Rollbar.h' file not found when ionic build ios

In file included from /Users/joez/Documents/code/ionic-demo/platforms/ios/ionic-demo/Plugins/resgrid.cordova.plugins.rollbar/CDVRollbar.m:7:
ionic-demo/Plugins/resgrid.cordova.plugins.rollbar/CDVRollbar.h:9:9: fatal error: 'Rollbar/Rollbar.h' file not found
#import <Rollbar/Rollbar.h>
^
1 error generated.

Is this plugin mantained?

Hi, there some issues with the current plugin, I would like to know if there are any plans to support / maintain this plugin.

Many thanks

Install the Rollbar plugin'

Hi, actually I have two issue here;

  1. I install plugin and call this.rollbar.init() after deice ready, but when I check chrome debugger, I see these warning :

Native: tried calling Rollbar.init, but the Rollbar plugin is not installed.

Install the Rollbar plugin: 'ionic cordova plugin add resgrid-cordova-plugins-rollbar'

  1. How can I see js error in Rollbar dashboard?

ios build issue

Hi,

First, thanks for open sourcing this plugin!

I just installed this on my project and am running into the following error when building:

The domain/default pair of (/Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/Info.plist, CFBundleExecutable) does not exist
Executable is /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/
Extracting armv7 from
fatal error: lipo: can't map input file: /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/ (Invalid argument)
Extracting arm64 from
fatal error: lipo: can't map input file: /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/ (Invalid argument)
Merging extracted architectures: armv7 arm64
fatal error: lipo: can't open input file: /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/-armv7 (No such file or directory)
rm: /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/-armv7: No such file or directory
rm: /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/-arm64: No such file or directory
Replacing original executable with thinned version
rm: /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/: is a directory
mv: rename /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/-merged to /Users/jamesdixon/Library/Developer/Xcode/DerivedData/Scout-gorfpsdjelqklecnqecfhxejpdjg/Build/Intermediates/ArchiveIntermediates/Scout/InstallationBuildProductsLocation/Applications/Scout.app/Frameworks/Rollbar.framework/-merged: No such file or directory

I'm running Cordova 6.4 and cordova-ios 4.3.1.

I'm building using the following command: cordova build --device --debug --buildConfig ./build.json

Thanks!

ld: framework not found CrashReporter

Hi I'm having this problem:

ld: framework not found CrashReporter
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I've seen that the symlinks that there are inside CrashReporter are not inside my node_modules.

Name Conflict with Rollbar.js

Hi folks,

I tried to use the Rollbar official notifier (https://github.com/rollbar/rollbar.js) for Javascript but it causes a conflict with this plugin since both use the Rollbar variable in the global scope.

I actually forked this repository and implemented a quick fix, I changed the variable name to CordovaRollbar, still, I'm not sure if this is the most elegant solution.

Does not report errors (using ionic)

I am using this plugin in my Cordova project, using the ionic native thing here - https://ionicframework.com/docs/v2/native/rollbar/
And after I do:

import { Rollbar } from 'ionic-native';

Rollbar.init();

And then:
throw new Error("example error") and running on an android device, Rollbar's website still says:

Waiting for data from your Ionic app...
This page will update once we receive an error from your app.

  • How can I see if I perhaps did something wrong?
  • If this is not the way to track errors, what is?

Console reports that Rollbar is not installed

I installed Rollbar via ionic plugin add resgrid-cordova-plugins-rollbar, with my access token and environment. But when the app on an android device, it sends a message to the console that

Native: tried calling Rollbar.init, but the Rollbar plugin is not installed.
Install the Rollbar plugin: 'ionic plugin add resgrid-cordova-plugins-rollbar'

When I run that command, I get

Fetching plugin "resgrid-cordova-plugins-rollbar" via npm
Plugin "resgrid.cordova.plugins.rollbar" already installed on android

and the problem persists.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.