Search Results: GitHub Code Search
Search Results: GitHub Code Search
- applandinc/appmap-intellij-plugin
- pestphp/pest-intellij
- dmarks2/liferay-plugin-intellij
- KronicDeth/intellij-elixir
- SchwarzIT/spectral-intellij-plugin
- JetBrains/js-graphql-intellij-plugin
- JetBrains-Research/IntelliJDeodorant
- Uses GitHub API w/ scrambled GH token; will comment on existing issue if one already exists.
- wt-io-it/odoo-pycharm-plugin
- JesusFreke/smalidea
- GitHub API w/ hidden token that is bundled
- minecraft-dev/MinecraftDev
- GitHub API; will comment on existing issues if one already created (even closed)
- ml-in-programming/astrid
- Uses GitHub API w/ scrambled GH token; will comment on existing issue if one already exists.
- ml-in-programming/ArchitectureReloaded
- Uses GitHub API w/ scrambled GH token; will comment on existing issue if one already exists.
- karollewandowski/aem-intellij-plugin
- Really neat! de-dups issues via hash; uses GitHub API w/ encrypted GH token; will comment on existing issue if one already exists.
- Created by JB employee in OSS plugin
Search Results: GitHub Code Search
- fertroya/atlassian-clover
- Simple Jira URL builder; not using auth'd API calls...
Search Results: GitHub Code Search
- lensvol/intellij-blackconnect
- ksprojects/protobuf-jetbrains-plugin
- shuzijun/markdown-editor
- melix/codenarc-idea
- JetBrains/js-graphql-intellij-plugin
- Unthrottled/themed-components
- AxonFramework/IdeaPlugin
- pgorsira/intellij-solidity
- asciidoctor/asciidoctor-intellij-plugin
- intellij-dlanguage/intellij-dlanguage
- nocalhost/nocalhost-intellij-plugin
- DRSchlaubi/Intellij-GradleUpdater
- snyk/snyk-intellij-plugin
- doki-theme/doki-theme-jetbrains
- FirstTimeInForever/intellij-pdf-viewer
- pgorsira/intellij-solidity
- Will not send for dev / snapshot releases
- https://www.plugin-dev.com/intellij/general/error-reporting/
- https://github.com/jansorg/intellij-error-reporting/blob/master/src/main/java/dev/ja/samples/errorReporting/SentryErrorReporter.java
2024-03-11 - Anna Maltceva - :jetbrains: - 9:39 AM
Dear Plugin Developers,
Exception Analyser beta version is now available on JetBrains Marketplace!
How It Works:
This new feature allows for exception reporting directly within JetBrains Marketplace. When users encounter an exception, they'll see the IDE Internal Errors dialog, offering them the option to report to the third-party plugin. This report will then be added to your exceptions listing for the plugin on JetBrains Marketplace. To see the Exception Analyzer report, navigate to your plugin's dashboard and select the Exceptions tab (see the screenshot attached).
How to Gain Early Access:
Express Your Interest:
Please send the email address associated with your Marketplace account via direct message, enabling us to activate this feature.
2. Implement Exception Reporting in Your Plugin:
Add the following entry to your plugin.xml file to enable the JetBrains Marketplace error handler:
<idea-plugin>
<!-- ... -->
<extensions defaultExtensionNs="com.intellij">
<errorHandler implementation="com.intellij.diagnostic.JetBrainsMarketplaceErrorReportSubmitter"/>
</extensions>
</idea-plugin>
If you're using the IntelliJ Platform Plugin Template, update your gradle.properties file with the following configuration:
pluginSinceBuild = 233
pluginUntilBuild = 241.*
platformType = IC
platformVersion = 2023.3.4
We welcome any feedback on this feature and may reach out to you for further insights. Should you encounter any issues, please report them to our issue tracker: https://youtrack.jetbrains.com/issues/MP.
Looking forward to your participation and feedback!