File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
docs/platforms/python/integrations Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The Sentry SDK uses integrations to hook into the functionality of popular libra
4545| <LinkWithPlatformIcon platform = " openai" label = " OpenAI" url = " /platforms/python/integrations/openai" /> | ✓ |
4646| <LinkWithPlatformIcon platform = " openai-agents" label = " OpenAI Agents SDK" url = " /platforms/python/integrations/openai-agents" /> | |
4747| <LinkWithPlatformIcon platform = " langchain" label = " LangChain" url = " /platforms/python/integrations/langchain" /> | ✓ |
48- | <LinkWithPlatformIcon platform = " langchain " label = " LangGraph" url = " /platforms/python/integrations/langgraph" /> | ✓ |
48+ | <LinkWithPlatformIcon platform = " langgraph " label = " LangGraph" url = " /platforms/python/integrations/langgraph" /> | ✓ |
4949
5050### Data Processing
5151
Original file line number Diff line number Diff line change 7979 "next-themes" : " ^0.3.0" ,
8080 "nextjs-toploader" : " ^1.6.6" ,
8181 "p-limit" : " ^6.2.0" ,
82- "platformicons" : " ^8 .0.4 " ,
82+ "platformicons" : " ^9 .0.1 " ,
8383 "prism-sentry" : " ^1.0.2" ,
8484 "query-string" : " ^6.13.1" ,
8585 "react" : " ^19.0.0" ,
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ import JavascriptSVG from 'platformicons/svg/javascript.svg';
7878import KoaSVG from 'platformicons/svg/koa.svg' ;
7979import KotlinSVG from 'platformicons/svg/kotlin.svg' ;
8080import LangchainSVG from 'platformicons/svg/langchain.svg' ;
81+ import LanggraphSVG from 'platformicons/svg/langgraph.svg' ;
8182import LaravelSVG from 'platformicons/svg/laravel.svg' ;
8283import LinuxSVG from 'platformicons/svg/linux.svg' ;
8384import LitestarSVG from 'platformicons/svg/litestar.svg' ;
@@ -222,6 +223,7 @@ import JavascriptSVGLarge from 'platformicons/svg_80x80/javascript.svg';
222223import KoaSVGLarge from 'platformicons/svg_80x80/koa.svg' ;
223224import KotlinSVGLarge from 'platformicons/svg_80x80/kotlin.svg' ;
224225import LangchainSVGLarge from 'platformicons/svg_80x80/langchain.svg' ;
226+ import LanggraphSVGLarge from 'platformicons/svg_80x80/langgraph.svg' ;
225227import LaravelSVGLarge from 'platformicons/svg_80x80/laravel.svg' ;
226228import LinuxSVGLarge from 'platformicons/svg_80x80/linux.svg' ;
227229import LitestarSVGLarge from 'platformicons/svg_80x80/litestar.svg' ;
@@ -614,6 +616,10 @@ const formatToSVG = {
614616 sm : LangchainSVG ,
615617 lg : LangchainSVGLarge ,
616618 } ,
619+ langgraph : {
620+ sm : LanggraphSVG ,
621+ lg : LanggraphSVGLarge ,
622+ } ,
617623 laravel : {
618624 sm : LaravelSVG ,
619625 lg : LaravelSVGLarge ,
@@ -975,6 +981,7 @@ export const PLATFORM_TO_ICON = {
975981 kotlin : 'kotlin' ,
976982 'kotlin-android' : 'android' ,
977983 langchain : 'langchain' ,
984+ langgraph : 'langgraph' ,
978985 linux : 'linux' ,
979986 native : 'nativec' ,
980987 'native-qt' : 'qt' ,
You can’t perform that action at this time.
0 commit comments